I created one Azure bot service and I am unable to find the password for the bot created. I want to integrate the Dialogflow with Teams bot. As part of the process I created Azurebot but I needed password and ID of which I got ID but password is nowhere is seen. Searched a lot on the net but couldnt find solution.
Azure bot service and I am unable to find the password
Usually, the Bot secret and file are store in application settings in the app service and AppID and Password are securely encrypted in .bot file.
As per my analysis on referring to @The Bot Framework Team. refer this article.
Steps to find password with reference of above article
Sceanrio2:
Another way to find App Registration password. there is another way,
Goto App Registrations -> search with APPId -> Go to Certificates & Secrets -> there we can find the password.
NOTE: If it not visible create a new and use that into the integration.