Skip to content

Commit 96e2d94

Browse files
committed
Merge remote-tracking branch 'renaaliu/patch-12' into rena-prs
2 parents 0d45a4e + 278a969 commit 96e2d94

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/python-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 Named Entity Recognition (NER) application with
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2020
* [Python 3.7 or later](https://www.python.org/)
21-
* 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**.
21+
* 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**.
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.
2424
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.

0 commit comments

Comments
 (0)