Azure AI Foundry AI Agents – API Tool Use – Authenticating via Bearer Tokens
I'm trying to get my AI agent to call an API which authenticates via a bearer token. I've added the bearer token as a custom key connection and the tool is set up to use that connection for authentication. When I ask the agent to use the tool, it…
Azure AI Bot Service
CLU throwing exception message "xxxxxx" is not a valid CLU subscription key from BOT framework
The sample code provided in the below documentation was tried but end up receiving the error "xxxxxx" is not a valid CLU subscription key. The project is built in Bot framework using core bot sample. As mentioned in another solution, tried all…
Azure AI Bot Service
Azure AI Language
Support low code and pro code
How does Azure AI Bot Service integrate with Microsoft Copilot Studio to support both low-code and pro-code bot development, and what are the advantages of this integration for enterprise-grade conversational AI solutions?
Azure AI Bot Service
adb2c authentication in azure chatbot
I am struggling to integrate adb2c authentication in azure chatbot. adb2c custom policies are working fine but when i use that in chatbot authentication it gives scope issue. Any one has any experience in this area? { "message": "Login…
Azure AI Bot Service

I want to downgrade my Azure search service tier
I have mistakenly upgraded my Azure Search service tier from Basic to Standard. I want to downgrade it back to basic but I am unable to do it it says "Changing to lower pricing tier is not supported" I can not delete and create a new one cause…
Azure AI Bot Service
Need help to customize azure open AI deployed web app UI.
Hi, I have deployed an azure web app from azure AI foundry portal, but i have made some change on the frontend code and uploaded them back using ftp connection but the changes are not shown on the web interface nothing changed, but when i check through…
Azure AI Bot Service
Request for Assistance: Critical Slowness When Calling Azure LLMs
Since this coupld of days ago, we've been experiencing significant slowness when calling Azure LLMs from our software. This issue affects both the development "nightly" version and the stable version installed on the staging server for the past…
Azure AI Bot Service
Trying to connect the Azure BOT to Azure Foundry AI Agent what Messaging endpoint (Https:// ?) do we need to provide
We are trying to connect the Azure BOT to Azure Foundry AI Agent. Within the BOT Configuration -> Messaging endpoint what URL needs to be provided so it can communicate with an Agent created within the Azure Foundry AI. 1.Can some one please share…
Azure AI Bot Service
Issue with Streaming Responses in Bot Framework Using Direct Line Channel
Hi Team, We have enabled the streaming option in our bot built using the Azure Bot Framework. We are connecting the bot to various channels using the Direct Line channel. While the streaming option has been successfully enabled, it does not seem to be…
Azure AI Bot Service
Request authorization tenant mismatch GraphServiceClient
I have checked that my tenant id is the same in my registered app and Azure Bot , i can call a user in my company Azure account but no audio and when try to call a phone number i get "Request authorization tenant mismatch" TenantId is set in…
Azure AI Bot Service
How customizable is the orchestration pipeline for fine-tuning large language models in Azure AI Found
How customizable is the orchestration pipeline for fine-tuning large language models in Azure AI Foundry? Specifically, can we fully integrate custom data preprocessing scripts, tokenization steps, and evaluation metrics, or is it limited to predefined…
Azure AI Bot Service
Azure OpenAI Services datazone - Norway in EU?
Hi, According to the documentation (https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/deployment-types): "If the Azure OpenAI resource used in your Data Zone deployment is located in a European Union Member Nation, the data will be…
Azure AI Bot Service
Are there plans to allow the @azure/ai-agents npm package to function with React Native
Like the title says, I'm curious to know if there are any plans to allow the @azure/ai-agents package to work in React Native apps. Currently it cannot because it uses node packages that specifically don't work with React Native, like crypto. In the…
Azure AI Bot Service
Healthbot availability issue
Using Azure Healthbot and receiving the following message every other day since Tuesday 4/29: "Sorry, looks like something went wrong. Let's try that again". App works fine the following day, then the message appears the next day and…
Azure AI Bot Service

Create a bot template is not completeing
I'm trying to deploy a bot using the "Create a bot" option from Language Studio. I've followed all the instructions, but the deployment process hangs indefinitely and never completes. It appears to be the same issue described here:…
Azure AI Bot Service
Fetching responses from adaptive card
I have created a Azure bot and deployed it on my teams account through teams developer portal, I am using an Ipaas platform to publish adaptive cards on teams using this azure bot using the publish message API. To create this card i have used the…
Azure AI Bot Service
How to create Azure Bot service in a Private network and integrate with MS Teams application
I need to create Azure Bot service on a private Vnet and integrate with the MS Teams application. Questions: DO I need to use front-end services like Azure APIM, App Gateway services as a front-end and Bot service as a backend? OR Bot Service Can…
Azure AI Bot Service

Web App Bot's appid seems to be lost or deleted causing the bot to not start
We are running into an issue with our Azure Web App Bot where it keeps giving following error when trying to boot. A configuration issue is preventing authentication - check the error message from the server for details. You can modify the configuration…
Azure AI Bot Service
Issues Deploying Azure AI Language Service Knowledge Base and Bot Creation
Experiencing issues while attempting to deploy a knowledge base and create a bot using Azure AI Language service. The screen becomes unresponsive at the final stage of the process after multiple attempts, including refreshing the browser. No error…
Azure AI Bot Service

isolating code interpreter documents for Azure AI Agents
Hi, I want to try isolating csv's for code interpreter to each thread so that when Someone creates a thread, and uploads a document only they query an agent with code interpreter on it. I've currently attempted this approach but it doesn't work and all…