How to deploy the echo_bot or the template bot to Azure bot service?
I am trying to learn how to implement a simple chatbot on a website.
I read the documents which seem very helpful, but I still cannot deploy or test a simple bot on the bot service page. I downloaded the echo_bot template: https://github.com/microsoft/botbuilder-js/tree/main/generators/generator-botbuilder/generators/app/templates/echo
And then followed the commands provided by:
I already created a resource group, a web app service, and the Azure bot service. How I can make the echo_bot work(test in web chat)? Do I need to change anything else inside the echo_bot folder except the .env file?