Server error on Agent Deployment from Azure Foundry to teams and agent365
I have built a simple agent with a MCP server in azure foundry. Every time I try and message it in teams I get the following error "Something went wrong, please retry. If issue persists, please use following identifiers in any support request:…
Azure AI Bot Service
Azure bot cannot join teams meeting returns error code 7505 even though tenant is same
My azure bot is unable to join a teams meeting, the api returns Graph returned 403 Forbidden: {"error":{"code":"7505","message":"Request authorization tenant mismatch."}. I have verified that TenantId in…
Azure AI Bot Service
Migrating from Multi-Tenant to Single-Tenant Azure Bot, and Custom Branding
Hi, Since Multi-Tenant bot support has been deprecated, we are in the process of migrating and creating a new bot using the Single-Tenant option. While doing so, we came across some questions. Previously, before the multi-tenant deprecation, we built…
Azure AI Bot Service
how to configure a single-tenant Azure Bot with a single-tenant App Registration using Python Bot Framework SDK
I created a new single-tenant Azure AD app and a single-tenant bot because multi-tenant support is being removed/deprecated. But when I try to connect the bot using the Python Bot Framework SDK, I always get the same error: “The application does not…
Azure AI Bot Service
RestError - Authorization has been denied for this request - Bot framework Azure bot service
Azure App service code - const restify = require('restify'); const { BotFrameworkAdapter } = require('botbuilder'); // Create HTTP server const server = restify.createServer(); server.listen(3978, () => { console.log('Bot listening on…
Azure AI Bot Service
Need Help Implementing SSO for Teams Bot Using User-Assigned Managed Identity + Federated Credentials (Python Agent SDK)
Hi Community, I need help completing SSO integration for a Microsoft Teams bot that uses User-Assigned Managed Identity (UAMI) instead of a traditional App Registration client secret/certificate. What I have done so far Created a Teams bot whose bot…
Azure AI Bot Service
What could be causing a deployed agent using MCP tool in Azure AI Foundry to get something went wrong error on azure bot service
My agent is working well in playground, it can call/use mcp tool, but once I publish to microsoft teams and test it in bot service webchat, it return "somthing went wrong"
Azure AI Bot Service
AI Foundry Agent Publish to 365 and Teams as a Bot Service
We have an Azure AI agent in the new Foundry experience. Works all fine. Deployed it as a bot service to 365 and Teams via the Publish button and when testing it out in Teams or in the Bot web chat, I get the following - Something went wrong, please…
Azure AI Bot Service
Blocker in Implementing SSO for Teams Bot – Clarification Needed on Federated Credentials Setup
Hi Team, We are implementing Single Sign-On (SSO) for our Microsoft Teams bot and are following the official Microsoft documentation: Bot SSO Overview: https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-authentication-sso Bot…
Azure AI Bot Service
How to fix Azure Bot Service fails authentication: AADSTS700016 – App Registration “not found” after switching tenant settings
Hello, I am experiencing an authentication failure between Azure Bot Service and my Azure AD App Registration. The bot is built with the Python Bot Framework SDK and works correctly in other environments. However, in this Azure setup, Azure Bot Service…
Azure AI Bot Service
Step repeating in bot on randomly production not even single time on local
In my bot a security id asking card is shown to the user, even when the user fill the correct security id it again asks for security id and this happens randomly only on production (sometimes works fine) not on local is there any setting I have to…
Azure AI Bot Service
Bot Framework authentication error: “Application with identifier was not found in the directory ‘Bot Framework’”
Hello, I am trying to build a simple Azure Bot (using a Python/FASTAPI + BotBuilder SDK backend) and connect it through the Azure Bot Service using the standard /api/messages endpoint exposed via ngrok. The bot registration completes successfully, but…
Azure AI Bot Service
400 on image upload in bot framework emulator
When I upload the image hit never reaches to my BotController. what is the issue the error say { "error": { "code": "ServiceError", "message": "path is not defined" } }
Azure AI Bot Service
Azure Bot Framework Authentication Failure
We are facing an issue where the Azure Bot Framework Service cannot authenticate using our App Registration, even though the App Registration and Enterprise Application exist in the tenant. Main Issue The Bot Service immediately…
Azure AI Bot Service
Receiving a 401 RestError in AzureBot
I am building an Azure bot and when I run the test chat, I just keep receiving a 401 RestError. No additional details. I checked the client ID, and the password and the App ID and they all seem accurate.
Azure AI Bot Service
"There was an error sending this message to your bot." - how to get the actual error?
I've set up a bot, but when I try to talk to it, it seems it never receives the message. In channels section I see issues, but all it says is "There was an error sending this message to your bot." How do I find out what the error is? As far…
Azure AI Bot Service
Bot Service returns 500 to all channel requests because it calls my bot endpoint with an access token that has no appid claim.
Issue: Bot Service returns 500 to all channel requests because it calls my bot endpoint with an access token that has no appid claim. Environment: Bot resource: Bot-snow1 (subscription ***-7c13-4a0b-b646-071ed243f318, region West Europe) App…
Azure AI Bot Service
How to manage fine-tuned GPT models and prompt flow versions in Azure AI Foundry?
I’m currently using Azure AI Foundry to build a few custom GPT models fine-tuned for different business scenarios (customer support, content generation, etc.). I’ve also integrated Prompt Flow to test and evaluate different prompt versions. My question…
Azure AI Bot Service
Model Selection for Evaluating Azure OpenAI GPT-4o NL-to-SQL Performance
Hello Community, We are developing a solution in Azure AI Studio where we use Azure OpenAI's GPT-4o model to convert natural language queries into SQL statements. This involves an agent workflow using the SQL Database toolkit, where the model generates…
Azure AI Bot Service
Getting HTTP error 424: Failed Dependency when i call my Azure Foundry prompt from Foundry Agent
Hi, I have created a promptflow and deployed it as an endpoint in AIHub Project. This endpoint is accessible via Bearer Token. I'm trying to register this as an agent in AI Foundry with Custom openAPI 3.0 option. I have Created a connection(CUSTOM KEYS)…