1,056 questions with Azure AI Bot Service tags

Sort by: Updated
2 answers

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-17T18:57:35.79+00:00
Yeury de la Cruz Martinez 0 Reputation points
commented 2025-12-25T14:47:56.6666667+00:00
Sridhar M 3,320 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-16T08:35:53.69+00:00
Baig, Farhan Ahmed 85 Reputation points
commented 2025-12-24T05:33:04.7566667+00:00
Anshika Varshney 5,055 Reputation points Microsoft External Staff Moderator
1 answer

Chat playground of grok-4-fast-reasoning doesn't work.

Chat playground of grok-4-fast-reasoning doesn't work.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-22T09:13:09.5466667+00:00
Wixee Zhu 0 Reputation points Microsoft Employee Moderator
commented 2025-12-24T04:34:17.0133333+00:00
Anshika Varshney 5,055 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-19T23:13:00.8033333+00:00
JDA 0 Reputation points
commented 2025-12-23T16:50:32.0033333+00:00
Sridhar M 3,320 Reputation points Microsoft External Staff Moderator
2 answers

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 AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-01T15:31:45.4+00:00
Matt Sciaroni 0 Reputation points
edited a comment 2025-12-19T11:34:29.2033333+00:00
Liudmyla Ivantsova 20 Reputation points
2 answers

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-01T06:58:37.2366667+00:00
Joost Vagevuur | Barney Media 0 Reputation points
commented 2025-12-19T06:20:49.51+00:00
Anshika Varshney 5,055 Reputation points Microsoft External Staff Moderator
1 answer

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 AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-10T13:24:02.4633333+00:00
Todd Harrison 10 Reputation points
commented 2025-12-18T14:31:27.1133333+00:00
Todd Harrison 10 Reputation points
1 answer

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-03T15:11:13.7666667+00:00
Anand Kumar (MAQ LLC) 25 Reputation points Microsoft External Staff
edited a comment 2025-12-18T09:31:18.72+00:00
Đino Prenc 0 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-11T10:43:06.0666667+00:00
Baig, Farhan Ahmed 85 Reputation points
accepted 2025-12-17T04:00:37.1866667+00:00
Baig, Farhan Ahmed 85 Reputation points
0 answers

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-11T03:04:23.1166667+00:00
Prince Amor 0 Reputation points
commented 2025-12-16T10:44:47.0133333+00:00
SRILAKSHMI C 11,765 Reputation points Microsoft External Staff Moderator
1 answer

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 AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-03T14:34:12.01+00:00
Sam Wynn 75 Reputation points
commented 2025-12-15T21:55:17.5233333+00:00
Loset, Christian 5 Reputation points
1 answer

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
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
4,679 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,469 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
4,191 questions
Microsoft Copilot | Microsoft 365 Copilot | Development
Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2024-11-25T11:40:12.58+00:00
Bazhena Kholina 25 Reputation points
commented 2025-12-12T17:55:16.49+00:00
wenceslao avalos 0 Reputation points
2 answers

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-10T20:34:18.1133333+00:00
Sam Wynn 75 Reputation points
answered 2025-12-12T14:32:15.5+00:00
Sam Wynn 75 Reputation points
5 answers

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-02T15:50:28.07+00:00
RSKenzz 91 Reputation points
answered 2025-12-10T22:43:49.1366667+00:00
Brendan Hart 20 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-05T05:09:39.08+00:00
Baig, Farhan Ahmed 85 Reputation points
accepted 2025-12-09T10:10:26.31+00:00
Baig, Farhan Ahmed 85 Reputation points
2 answers

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-09-19T08:07:16.2333333+00:00
Suprita Biswas 10 Reputation points
commented 2025-12-05T19:49:43.0166667+00:00
Arpit Jain 0 Reputation points
1 answer One of the answers was accepted by the question author.

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-02T09:37:03.1633333+00:00
Fajra Risqulla 30 Reputation points
accepted 2025-12-05T11:22:04.61+00:00
Fajra Risqulla 30 Reputation points
1 answer

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-04T06:09:59.62+00:00
Jaspreet Singh 0 Reputation points
answered 2025-12-04T06:10:13.9133333+00:00
Q&A Assist
1 answer One of the answers was accepted by the question author.

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-01T08:20:49.1433333+00:00
Baig, Farhan Ahmed 85 Reputation points
accepted 2025-12-04T04:29:37.63+00:00
Baig, Farhan Ahmed 85 Reputation points
1 answer

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
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
1,056 questions
asked 2025-12-02T16:33:42.8766667+00:00
Anand Kumar (MAQ LLC) 25 Reputation points Microsoft External Staff
answered 2025-12-02T17:34:19.3566667+00:00
Adam Zachary 2,255 Reputation points