Getting error with echo bot on azure.

Jigar Pandya 1 Reputation point
2020-07-20T10:29:35.477+00:00

I successfully deployed a bot on azure. it is working fine on local machine with bot framework emulator. but on azure it is not working as expected in Web Chat and I can see the following error in Channels>Web Chat :

There was an error sending this message to your bot: HTTP status code NotFound

Additionally, message endpoint of app service too is not working for me. It gives me error of You do not have permission to view this directory or page.

I checked i have added the correct microsoftappid and password in the configuration of app service.

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

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2020-07-20T14:54:41.947+00:00

    Hi, can you ensure that you have entered the correct messaging endpoint? Check that it is same as the one you entered in the bot emulator and that you are using https instead of http url. Verify that your the App ID and Password are valid and you have configured your bot with the correct App ID and Password. Ensure that your bot is running, here are additional resources. Please share code repo if issue persists so we can investigate further. Thanks.

    0 comments No comments