1,008 questions
0
votes
0
answers
37
views
How to whitelist an Azure AD bot IP on my server
I have a bot on Azure AD which will recieve information from a customer and then send information to my server which is hosted on a VPS. When I try to send a post request it gets stuck in my servers ...
-1
votes
0
answers
40
views
Azure Bot service, created using Bot SDK, not working
I created an Azure Bot using the Node.js steps in the docs
The bot worked when using the emulator. In image below, the left side screen (white) is bot emulator. Right side is VS Code running the bot ...
0
votes
1
answer
83
views
Azure Bot Services
I tried creating a Azure Bot Service according to this tutorial, https://learn.microsoft.com/de-de/shows/mvp-azure/build-chatbot-azure-bot-service, is there any way of doing this in 2025. When I ...
0
votes
0
answers
38
views
Is Microsoft Bot Framework Python SDK being retired?
Languages on Bot Framework SDK Documentation
Bot Framework SDK documentation
I'm reading the Microsoft Bot Framework SDK documentation and found this title confusing that communicates about the ...
0
votes
1
answer
45
views
DirectLine Speech: No Welcome Message or Bot Activities Rendered
Description
I'm having an issue when using the DirectLine Speech adapter in my Web Chat integration. I adapted a template that previously worked with the standard DirectLine (text) channel and ...
1
vote
0
answers
80
views
What are Azure permissions for Azure Bot Service when using a RestAPI?
I have a back-end flask server currently running locally and made available to azure using ngrok. I want to connect this back-end the Azure bot service. The back-end receives messages from the "...
0
votes
1
answer
96
views
Azure Bot Service Authentication with Azure AD – AADSTS50013 Signature Validation Failure
I am implementing a microsoft Teams bot where I am stuck at authentication for an Azure Bot Service that authenticates users via Azure Active Directory (Azure AD). However, I keep encountering the ...
-1
votes
1
answer
173
views
Unauthorized Error in Bot Framework: "Invalid AppId Passed on Token"
I am encountering a persistent issue while building and deploying a bot using the Microsoft Bot Framework on a Windows 10 setup. The bot works locally using the Bot Emulator, but fails with the ...
-1
votes
1
answer
36
views
Azure Bot is not receiving scheduled messages; otherwise, it is working fine
he bot subscription, our bot is working fine, sending cards and other responses as per the settings, but it is not receiving the scheduled messages that are sent daily through Lambda functions.
...
0
votes
1
answer
105
views
Azure EchoBot not sending any messages. No greeting and no answers
I created a minimal setup of Azure EchoBot. My solution includes an ASP.NET Core 8 Web API and an Angular app. I followed the template for the EchoBot and deployed it to an Azure app service /linux/.
...
0
votes
1
answer
83
views
Reply on the same Slack Thread using Azure Custom QuestionAnswering
I would kindly ask you to help on this topic if possible.
My Azure Bot based on Custom Question Answering is actually up and running:
based on the knowledge fixed question I get the corresponding ...
0
votes
1
answer
104
views
How to add the visual prompts in chat bot in Azure AI studio
How to add the visual prompts in chat bot in Azure AI studio, we had it in Azure QnA bot.
<img src="https://i.sstatic.net/WBpuFAwX.png" />
0
votes
0
answers
26
views
Language Studio - how to move training info from test to production?
I have a question and answer bot that I setup in our test environment. Once I have it working, I export the QnAs to a TSV file, import them into our production environment, and deploy that project. I ...
1
vote
0
answers
73
views
Teams application hosted media bot not calling webhook
I have setup a media bot as per the instructions mentioned in PsiBot. The TCP address has been added in the firewall. Necessary API permissions in App Registration has been provided. Currently, ...
0
votes
1
answer
81
views
Unable to load DLL 'NativeMedia' or one of its dependencies
I'm working on application-hosted media bot and getting the following exception while testing locally on Windows 11:
Unable to load DLL 'NativeMedia' or one of its dependencies.
This exception occurs ...