How to enable switching between multiple parallel chats with a bot in MS Teams private chats?
Hello, I am currently exploring a solution for a specific requirement in our AI chatbot, which we are developing for MS Teams. The goal is to allow end-users, who use private chats to communicate with the bot, to manage multiple parallel…
Azure AI Bot Service
Microsoft Teams | Development
Azure OpenAI Service
Azure AI services
Microsoft Copilot | Microsoft 365 Copilot | Development
Unable to deploy agents from foundry, button missing
I have been working with agents in azure foundry. My deploy button has disappeared and I am no longer able to update deployments of my new agents.
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
Request authorization tenant mismatch
Code - const callPayload = { callbackUri: `${process.env.PUBLIC_URL}/media/callback`, requestedModalities: ["audio"], mediaConfig: { "@odata.type": "#microsoft.graph.serviceHostedMediaConfig", …
Azure AI Bot Service
authentication for bot framework
Description: Hello Microsoft Support, I’m a developer testing a bot and I need admin consent applied in the Microsoft Bot Framework tenant (botframework.com) for my application so the Bot Service (Web Chat / Test in Web Chat) can issue tokens that…
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
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
AADSTS700016: Application Not Found in Directory – Tenant Mismatch Despite Clean Setup
I HAVE PURCHASED A AZURE SUPPORT PLAN AND I STILL CANNOT CONTACT SUPPORT FOR THIS ISSUE.. THE ADMIN PORTAL JUST KEEPS RUNNING ME ROUND AND ROUND AND ROUND AND ROUND AND ROUND AND ROUND AND ROUND AND ROUND AND.... YOU GET THE IDEA! Hello Azure Support, I…
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
Request authorization tenant mismatch - Code 7505
I am getting "Request authorization tenant mismatch." while calling /join (for bot to join the meeting), the bot app type is SingleTenant and "Supported account type" is set to " Accounts in any organizational directory (Any…
Azure AI Bot Service
How to add Azure Bot in scheduling meeting.
Hi everyone, I've created an Azure Bot and successfully published it to Microsoft Teams via the Teams channel. My primary objective is for this bot to join scheduled meetings and provide real-time meeting insights, such as: Participant count Camera…
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
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
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://v4.hkg1.meaqua.org/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
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
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" } }