Skip to content

Commit d0ee71a

Browse files
authored
Merge pull request #291461 from GitHubber17/347131-k
Bulk - Global effort to fix validation issues
2 parents 3abdeba + 2a95922 commit d0ee71a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/communication-services/quickstarts/chat/includes/chat-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: rifox
1616
Before you get started, make sure to:
1717

1818
- Create an Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
19-
- Install [Node.js](https://nodejs.org/en/download/) Active LTS and Maintenance LTS versions.
19+
- Install [Node.js](https://nodejs.org/en/download/package-manager/) Active LTS and Maintenance LTS versions.
2020
- Create an Azure Communication Services resource. For details, see [Create an Azure Communication Services resource](../../create-communication-resource.md). You'll need to **record your resource endpoint and connection string** for this quickstart.
2121
- Create *three* Azure Communication Services Users and issue them a [User Access Token](../../identity/access-tokens.md). Be sure to set the scope to **chat**, and **note the token string as well as the user_id string**. The full demo creates a thread with two initial participants and then adds a third participant to the thread. You can also use the Azure CLI and run the command below with your connection string to create a user and an access token.
2222

articles/communication-services/samples/includes/web-calling-hero.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Below you can find more information on prerequisites and steps to set up the sam
4949
## Prerequisites
5050

5151
- An Azure account with an active subscription. For details, see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
52-
- [Node.js (12.18.4 and above)](https://nodejs.org/en/download/)
52+
- [Node.js (12.18.4 and above)](https://nodejs.org/en/download/package-manager/)
5353
- [Visual Studio Code (Stable Build)](https://code.visualstudio.com/Download)
5454
- An Azure Communication Services resource. For details, see [Create an Azure Communication Services resource](../../quickstarts/create-communication-resource.md). You need to record your resource **connection string** for this quickstart.
5555

0 commit comments

Comments
 (0)