What is the most modern and recommended Microsoft platform for building AI bots: Bot Framework, Microsoft Foundry Agents (Azure AI Foundry), or Microsoft 365 Agents?
I currently have a bot platform built using Microsoft Bot Framework + Bot Service, which includes a back office for: Conversation management and chat auditing Reports and analytics Human handoff / escalation to live agents (a human can take over the…
Azure AI Bot Service
Creating bot that receives real time audio stream - Nodejs
Hi, I am trying to create a MS teams bot that will read the audio stream in real time and perform some operations on the audio chunked received. I am not able to receive the audio on '/media/callback'. The media bot API can be used to read audio stream…
Azure AI Bot Service
Chat playground of grok-4-fast-reasoning doesn't work.
Chat playground of grok-4-fast-reasoning doesn't work.
Azure AI Bot Service
Failed to publish workflowAn error occurred while publishing your workflow app
Failed to publish workflowAn error occurred while publishing your workflow. Please try again. Unable to deploy a Workflow Service on Azure Ai Foundry.
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
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
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
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
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
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…
Microsoft Teams | Development
Azure OpenAI Service
Azure AI services
Microsoft Copilot | Microsoft 365 Copilot | Development
Azure AI Bot Service
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
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
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://learn.microsoft.com/en-us/azure/bot-service/bot-builder-authentication-sso Bot…