Skip to content

Commit 56a2e1d

Browse files
committed
Merge remote-tracking branch 'renaaliu/patch-13' into rena-prs
2 parents 96e2d94 + 515e6a2 commit 56a2e1d

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/language-service/named-entity-recognition/includes/quickstarts

1 file changed

+1
-1
lines changed

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
@@ -19,7 +19,7 @@ Use this quickstart to create a Named Entity Recognition (NER) application with
1919

2020
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2121
* [Node.js](https://nodejs.org/) v14 LTS or later
22-
* 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**.
22+
* 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 in the Azure portal </a> to get your key and endpoint. For step-by-step help with creating a Language resource, see [Creating a new Azure Language resource and storage account](https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/custom-named-entity-recognition/quickstart?pivots=language-studio). 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.
2525
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.

0 commit comments

Comments
 (0)