Skip to content

Commit e186a68

Browse files
Merge pull request #224686 from yelsehrawy/patch-13
Update rest-api.md
2 parents 25a8756 + 636b8d5 commit e186a68

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/language-service/text-analytics-for-health/includes/quickstarts

1 file changed

+1
-1
lines changed

articles/cognitive-services/language-service/text-analytics-for-health/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use this quickstart to send language detection requests using the REST API. In t
2020
* An Azure subscription - [create one for free](https://azure.microsoft.com/free/cognitive-services/)
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.
23-
* You can use the `Standard S` pricing tier to try the service, providing up to 5000 text records (1000 characters each) for free before getting charged. For more information on pricing, visit [Language Service Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
23+
* You can use the free pricing tier (`Free F0`) to try the service (providing 5000 text records - 1000 characters each) and upgrade later to the `Standard S` pricing tier for production. You can also start with the `Standard S` pricing tier, receiving the same initial quota for free (5000 text records) before getting charged. For more information on pricing, visit [Language Service Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
2424

2525
> [!NOTE]
2626
> * The following BASH examples use the `\` line continuation character. If your console or terminal uses a different line continuation character, use that character.

0 commit comments

Comments
 (0)