Webchat test is not working in Azure bot

Hongnian Long 10 Reputation points
2023-04-12T07:27:23.54+00:00

I created a simple echo bot with template of bot framework SDK V4, and it is working well in my PC localhost. Then I followed this guide "https://learn.microsoft.com/en-us/azure/bot-service/provision-and-publish-a-bot?view=azure-bot-service-4.0&tabs=userassigned%2Ccsharp" to publish it to azure platform. After I published it, in the app service I can see it is running normally, and also I can open this page -> https://guboodbotv1.azurewebsites.net/ so I think the app should be already running well. User's image

In the bot service, I think I configured the correct endpoint and I have made sure that the microsoft app id here is the same as in the app service. User's image

But in the Test in Web Chat page, the bot does not react at all. User's image

And I can see the error messages in Channels panel: User's image

What can I do to resolve it?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
837 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Ramr-msft 17,736 Reputation points
    2023-04-12T11:13:01.0766667+00:00

    @Hongnian Long Thanks, One possible solution could be to check the logs for any errors or issues. You can do this by going to the App Service logs in the Azure portal and checking for any error messages or issues. Additionally, you may want to verify that the messaging endpoint in your bot’s settings matches the endpoint URL of your deployed bot.

    0 comments No comments

  2. Hongnian Long 10 Reputation points
    2023-04-13T08:30:17.2+00:00

    Sorry for confusing. I have resolved it by myself. I am not giving a correct MicrosoftAppPassword before. After I edit the MicrosoftAppPassword it works fine.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.