Skip to content

Commit e4c237b

Browse files
committed
Improve clarity
1 parent 05761fc commit e4c237b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,9 @@ Now that you have the bot's Communication Services ID, you can create a chat thr
175175

176176
Follow the steps in the [Add Chat to your app](/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-csharp) quickstart to create a chat app.
177177

178-
Replace the following with the values you copied in this step: [Get a Communication Service Resource](#get-a-communication-services-resource)
179-
180-
1. Replace <Resource_Endpoint> with the Communication Services endpoint
181-
1. Replace <Access_Token> with the user access token
182-
1. Replace <Access_ID> with the bots ACS_ID
178+
1. Replace <Resource_Endpoint> with the Communication Services endpoint from the [Get a Communication Service Resource](#get-a-communication-services-resource) step.
179+
1. Replace <Access_Token> with the user access token from the [Get a Communication Service Resource](#get-a-communication-services-resource) step.
180+
1. Replace <Access_ID> with the bots ACS_ID from the [Enable the Communication Services Chat channel](#enable-the-communication-services-chat-channel) step.
183181

184182
### Run the C# chat application locally
185183

0 commit comments

Comments
 (0)