s

Where can I find my Azure Bot's MicrosoftAppId and MicrosoftAppPassword edit button Edit

author
Murugan Andezuthu Dharmaratnam | calendar 06 September 2021 | 2443

I was working on a Microsoft Azure Bot. I had created the Azure Bot on azure and then I opened visual studio to create azure bot framework project. Once the project was created I had to provide the MicrosoftAppId and MicrosoftAppPassword in the appsettings.json file. Its easy to fine the MicrosoftAppId, I was finding it difficult the find the MicrosoftAppPassword file. I tried to open the Key Vault which was created automatically with the Azure bot, but it shows "The operation "List" is not enabled in this key vault's access policy". Here are the easy steps to find the MicrosoftAppId and MicrosoftAppPassword.

Solution

Easiest way to find your Azure Bot's MicrosoftAppId and MicrosoftAppPassword it open azure portn then 
	- Open azure resource group
	- Select Settings -> Deployments
		- Click on your azure bots Deployment Name
		- Select Inputs form the left menu
		- Copy msAppId & msAppPassword from this screen