As per the documentation, after testing the bot locally, I published the bot on the Azure bot Service. But the Test in Web chat on portal is not working even after deleting the fileSecrets from app setting as per instructions.
I have .net solution and project and I tried to publish from both solution folder and project folder using AzureCLI. But still unable to get the chat working on portal. I looked at the Audit logs and there are no errors and it actually shows successful deployment.
Where can I look for some more information to troubleshoot and fix the issue?
I am using Bot Framework SDK V4. I am following these instruction on Azure Bot Service documentation page to test the Bot deployment. I have done this twice and gone over each steps and read them carefully. Is there currently some bug in the Azure Bot Service that is preventing deployment from local environment?
If I create a Bot Service from portal ... everything works. I was able to download the .net based bot source code locally and was able to run it locally and was also able to point to production endpoint using Emulator. Everything worked fine.
But Bot created using Azure CLI doesn't work when I publish it.
My Azure CLI : V 2.0.54