Rasa and MS Teams Integration

Hello,

There is very poor documentation on how to integrate rasa bot with MS teams. I want to know the detailed steps in integrating rasa with MS teams. I want documentation around how to create the MS teams app for rasa. I have already gone though the below link :

Bienvenue sur le forum rasa !

here are the steps for how to integrate rasa bot with MS teams.

1/ register an app in azure

2/generate the secret

3/create a new bot

4/you will fill messaging endpoint by http://localhost: 5005 / webhooks / botframework / webhook but chaging http: // localhost: 5005 by a link https by using ngrok . you need to download this tool here https://ngrok.com/.

5/ put this info in credentials.yml app_id and app_password (secret) were the same when creating the azure app. webhokk_url = the end point with ngrok