I would like to connect my rasa chatbot with Azure bot service, I have used ngrok to expose my rasa server which is running in localhost 5005, im getting the response in postman while checking the forwarded link that ngrok provides.
I have given ngrok | Unified Ingress Platform for Developers in azure bot confirguration.
But while connnecting with azure bot service, I have given my app_id and app_password provided in azure bot service in credentials.yml file in rasa server and rerun the server and tried testing it in azure web chat, it gives me 401 unauthorized error.
