Skip to content

Commit 9e0fe78

Browse files
authored
Add creating lang resource instructions to pre-req for REST API
@aahill
1 parent 719a173 commit 9e0fe78

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/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this quickstart to send Named Entity Recognition (NER) requests using the RE
1919
## Prerequisites
2020

2121
* The current version of [cURL](https://curl.haxx.se/).
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

0 commit comments

Comments
 (0)