@@ -44,7 +44,7 @@ This bot uses `FederatedServiceClientCredentialsFactory` which is registered in
4444 - Click on the add credential under ** Certificates & Secrets** , ** Federated credentials**
4545 - On the Add a credential page, select the Federated credential scenario as ** Customer Managed Keys** .
4646 - Select the managed identity that you created in the previous step.
47- - Enter name for the credential and click on Add.
47+ - Enter name for the credential and click on ** Add** .
4848
4949 - Create an ** Azure Bot** in the desired resource group and use the App Registration from the previous step.
5050 - Update the ** Messaging endpoint** on the ** Configuration** tab to: https://{{default-domain}}/api/messages
@@ -55,7 +55,7 @@ This bot uses `FederatedServiceClientCredentialsFactory` which is registered in
5555 - Click on the add credential under ** Certificates & Secrets** , ** Federated credentials**
5656 - On the Add a credential page, select the Federated credential scenario as ** Customer Managed Keys** .
5757 - Select the managed identity that you created in the previous step.
58- - Enter name for the credential and click on Add.
58+ - Enter name for the credential and click on ** Add** .
5959 - Navigate to the ** App Service** for the bot
6060 - Add the User managed identity created in previous step to the Azure App Service under Configuration -> Identity -> User Assigned Managed Identity.
6161
@@ -74,7 +74,7 @@ This bot uses `FederatedServiceClientCredentialsFactory` which is registered in
7474## Deploy the bot to Azure
7575
7676The easiest way to deploy the bot to the App Service for testing is using the Visual Studio ** Publish** tool.
77- - Right clin the project and select ** Publish**
77+ - Right click the project and select ** Publish**
7878- Click ** + New Profile**
7979- ** Azure** -> ** Azure App Service (Windows)**
8080- Select the existing App Service, then click ** Finish**
0 commit comments