Skip to content

Commit c4c3c3b

Browse files
Merge pull request #224685 from yelsehrawy/patch-12
Update python-sdk.md
2 parents 5a24553 + 526561b commit c4c3c3b

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Use this quickstart to create a Text Analytics for health application with the c
2020
* [Python 3.7 or later](https://www.python.org/)
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 free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
24-
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.
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/).
2524

2625
> [!div class="nextstepaction"]
2726
> <a href="https://github.com/Azure/azure-sdk-for-python/issues/new?title=&body=%0A-%20**Package%20Name**:%20%0A-%20**Package%20Version**:%20%0A-%20**Operating%20System**:%20%0A-%20**Python%20Version**:%20%0A%0A%5BEnter%20feedback%20here%5D%0A%0A%0A---%0A%23%23%23%23%20Document%20details%0A%0A⚠%20*Do%20not%20edit%20this%20section.%20It%20is%20required%20for%20learn.microsoft.com%20➟%20GitHub%20issue%20linking.%0A%0ALanguage%20Quickstart%20Feedback%0A*%20Content:%20%5BQuickstart:%20Using%20Text%20Analytics%20for%20health%20client%20library%20and%20REST%20API%20-%20Azure%20Cognitive%20Services%5D(https:%2F%2Flearn.microsoft.com%2Fazure%2Fcognitive-services%2Flanguage-service%2Ftext-analytics-for-health%2Fquickstart%3Fpivots%3Dprogramming-language-python)%0A*%20Content%20Source:%20%5Barticles%2Fcognitive-services%2Flanguage-service%2Ftext-analytics-for-health%2Fquickstart.md%5D(https:%2F%2Fgithub.com%2FMicrosoftDocs%2Fazure-docs%2Fblob%2Fmain%2Farticles%2Fcognitive-services%2Flanguage-service%2Ftext-analytics-for-health%2Fquickstart.md)%0A*%20Section:%20**Prerequisites**%0A*%20Service:%20**cognitive-services**%0A*%20Sub-service:%20**language-service**%0A&labels=Cognitive%20-%20Language%2CCognitive%20Language%20QS%20Feedback" target="_target">I ran into an issue</a>

0 commit comments

Comments
 (0)