I have tried multiple times to follow the instructions provided in https://github.com/Microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/13.basic-bot
to deploy the sample bot on azure. I have followed all instructions as it is as mentioned in the read me file, but I am running into some problems on local and on deployed bot as well.
Deployed Bot:
On sending a message, it says couldn't send retry. On checking the log it gives the following error -
There was an error sending this message to your bot: HTTP status code InternalServerError
Emulator on local:
Refresh access token failed with status code: 401
Is there some other step as well which is not mentioned in the read me file.