about bot server traffic count
The term "traffic count" in the context of a bot server is ambiguous and can mean either, but it most commonly refers to the number of server requests or visits. thanks
Azure AI Bot Service
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
Voice Enabled Bot in Teams
Is there a way in which a microsoft teams bot can interact with users using voice commands ? A speech getting converted to text in Teams bot and Bot can interpret that text using LUIS . But, does Microsoft teams have a way to get users voice ?
Azure AI Bot Service
Azure AI Speech
Chat bot is not responding for directline activity api
Hi team, My chatbot is not working suddenly from past 20 days, for each activity directline api is responding with 504 error (Failed to send activity: bot timed out). We have not done any change. Checked API key expiry date also but all keys are valid.…
Azure AI Bot Service
Transitioning from Multitenant to Single-Tenant Bot – User Update and Republishing Process
After deprecation of multitenant bot we are moving to a single-tenant configuration in Microsoft Entra ID. What steps do we need to take to ensure users in our tenant can continue to use the bot? Do we need to republish the app in AppSource/Teams 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
Data Residency for Azure Bot Service
I am building a Teams bot for an Australian company. I need to ensure that the data will remain inside Australia. When selecting the regions I see that some data has to pass through either Europe or India. What sort of data is transiting ? Does it mean…
Azure AI Bot Service
Chatbot Built on Azure (https://sop-chatbot-ui.azurewebsites.net/) is not working Desktop Teams but its working on Web teams as well as Teams on Mobile
We have a built an Internal SOP Chatbot using RAG Architecture and deployed as web app at the url - https://sop-chatbot-ui.azurewebsites.net/. We are able to access the chatbot in the Web Teams and Mobile Teams but when we try on dektop teams, it doesnt…
Azure AI Bot Service
AI Agent deployed on App Service returns “Operation returned an invalid status code 'Unauthorized'” when replying through Azure Bot Service
I’m hosting a FastAPI-based AI Agent backend on Azure App Service (Python) and connected it to Azure Bot Service. The bot receives messages successfully from Web Chat and the Bot Framework service, but every time it tries to send a reply, I get this…
Azure AI Bot Service
Using SMBA Bot APIs for proactive messaging from internal Java service.
https://smba.trafficmanager.net/teams/v3/conversations https://smba.trafficmanager.net/teams/v3/conversations/a:1jTTRjc1_k3rQ1JwFf7JfYwqErFe2lUZ4QVzEh8-wSG3aHXKH-kdHXQnt0jlwfp …
Azure AI Bot Service
How to setup agent
Subject: Looking for tips on setting up an Azure AI Foundry agent (File Search + Code Interpreter) Hi- I’m trying to set up an AI agent in Azure AI Foundry for a small research project. I want the agent to: Answer questions only using the PDFs I upload…
Azure AI Bot Service
Getting 401 - RestError While getting response from Azure OpenAI through node in Azure Bot App (Test in web chat using direct line/Web Chat Channel)
I am getting 401 - RestError While getting response back from Node (Deployed in Web App Service) that intern connect Azure OpenAI (Deployment: gtp-4). Please refer the below high level service design: Bot App (Direct line/Web Chat Channel) --> Node…
Azure AI Bot Service
Making an AI chatbot a user in MS Teams
We made a chatbot in Azure AI Foundry, and we were able to upload the bot as an app in MS Teams, but we were wondering if it's possible to make that chatbot a user that can be access through MS Teams chat.
Azure AI Bot Service
Code Assist Bot showing error 403 when entering damaged code
Hello, I have been trying to use the Code Assist bot for the past three days, but every time I enter my damaged gift card code, it shows an error 403. I would like to know if the Code Assist bot is currently down, or if the issue is only on my end.
Azure AI Bot Service
Webstore-ChatBot | Test in Web Chat Doesn't respond
I don't understand the troubleshooting tips. The Webstore-ChatBot I created doesn't respond when I Test in Web Chat. Can you help me figure out how to get it to work?
Azure AI Bot Service
DirectLine do not preserve the ChannelData node while sending Activity
I am sending a message Activity to the DirectLine channel. My aim is to integrate Custom Channel with Dynamics 365 Contact Center (Omnichannel). I am using DirectChannel in my Azure Bot Service to do the communication. I have attached the incoming…
Azure AI Bot Service
How to access file generated by code interpreter
I have created an Agent in Azure AI Foundry using GPT-4o and configured with code interpreter. I want to be able to export tabular data generated by the code interpreter as a CSV file and download it outside of the AI Foundry Playground. When I ask the…
Azure AI Bot Service
Multitenant App associated to Single-tenant Azure Bot working even after deprecation
I created a Single tenant Azure Bot. I want to use it for sending Proactive messages/notifications from our on-premises deployed Bot service using agents-sdk to different customer tenants in MS Teams. Since we want to send the notifications/messages to…
Azure AI Bot Service
Clarification Regarding Bot Name Display from manifest.json vs Azure Bot Profile
I had a question regarding the bot name customization behavior. In our manifest.json file, we have a name property that allows customers to customize the name of the bot/app. For example, one of our customers configured the name as "xyz"(lets…
Azure AI Bot Service
How to Improve Context Retention in Multi-Turn Azure OpenAI Conversations
I’m building a chatbot using Azure OpenAI and I’ve noticed that in multi-turn conversations, the model often loses context after 3–4 exchanges. Even with system prompts reminding it of previous answers, it sometimes repeats itself or gives irrelevant…