Skip to content

Commit 3a0ac0c

Browse files
committed
specifying node js LTS
1 parent babcbaf commit 3a0ac0c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

articles/cognitive-services/language-service/entity-linking/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this quickstart to create an entity linking application with the client libr
1919
## Prerequisites
2020

2121
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
22-
* The current version of [Node.js](https://nodejs.org/).
22+
* [Node.js](https://nodejs.org/) v16 LTS
2323
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2424
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2525
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a key phrase extraction application with the clien
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/language-detection/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use this quickstart to create a language detection application with the client l
1818
## Prerequisites
1919

2020
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
21-
* The current version of [Node.js](https://nodejs.org/).
21+
* [Node.js](https://nodejs.org/) v16 LTS
2222
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2323
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2424
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/named-entity-recognition/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a Named Entity Recognition (NER) application with
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/personally-identifiable-information/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* you'll need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a sentiment analysis application with the client l
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS.
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/summarization/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use this quickstart to create a text summarization application with the client l
1616
## Prerequisites
1717

1818
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
19-
* The current version of [Node.js](https://nodejs.org/).
19+
* [Node.js](https://nodejs.org/) v16 LTS
2020
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2121
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2222
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

articles/cognitive-services/language-service/text-analytics-for-health/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use this quickstart to create a Text Analytics for health application with the c
1717
## Prerequisites
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
20-
* The current version of [Node.js](https://nodejs.org/).
20+
* [Node.js](https://nodejs.org/) v16 LTS
2121
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
2222
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2323
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.

0 commit comments

Comments
 (0)