Complete end-to-end example for python echo bot on web app?
Hi all,
Are there any examples available for deployment of python-based echo bot code on a web app? Been facing too many issues with app startup, ports and accessing api endpoint paths on the deployed app. Have gone through countless pages on the internet and tried various things, but I keep running into different issues every time.
I can run the samples on my local machine and connect to web chat on the azure bot after setting up the authentication variables and ngrok, but running python on web app seems to be extremely convoluted due to docker and all the networking and startup config that needs to be done by the user. All the guides I see on microsoft learn are either focussed on running a python app locally, or running a dotnet/javascript bot application on a web app.
Cheers.