Skip to content

Commit b056eef

Browse files
authored
Update quickstart-botframework-integration.md
Acrolinx
1 parent cdbae6c commit b056eef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/chat/quickstart-botframework-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ To use Azure Communication Services chat as a channel in Azure Bot Service, firs
4242

4343
### Create an Azure Bot Service resource
4444

45-
First, [use the Azure portal to create an Azure Bot Service resource](/azure/bot-service/abs-quickstart?tabs=userassigned). Communication Services Chat channel supports single-tenant bots, managed identity bots, and multi-tenant bots.
45+
First, [use the Azure portal to create an Azure Bot Service resource](/azure/bot-service/abs-quickstart?tabs=userassigned). Communication Services Chat channel supports single-tenant bots, managed identity bots, and multitenant bots.
4646

47-
- For the purposes of this quickstart we will use a `multi-tenant` bot.
47+
- For the purposes of this quickstart we will use a `multitenant` bot.
4848
- To set up a `single-tenant` or `managed identity` bot, review [Bot identity information](/azure/bot-service/bot-builder-authentication?tabs=userassigned%2Caadv2%2Ccsharp#bot-identity-information).
4949
- For a `managed identity` bot, you might have to [update the bot service identity](/azure/bot-service/bot-builder-authentication?tabs=userassigned%2Caadv2%2Ccsharp#to-update-your-app-service).
5050

@@ -119,7 +119,7 @@ The final step to create a bot is to deploy the web app. For this quickstart, us
119119
}
120120
```
121121

122-
Next, use Visual Studio or VScode for C# bots to deploy the bot.
122+
Next, use Visual Studio or VS Code for C# bots to deploy the bot.
123123

124124
You also can use a Command Prompt window to [deploy an Azure bot](/azure/bot-service/provision-and-publish-a-bot?tabs=userassigned%2Ccsharp).
125125

0 commit comments

Comments
 (0)