Skip to content

Commit b9bc29a

Browse files
Merge pull request #101091 from aahill/ta-note
[CogSvcs] Updating include files
2 parents 9a364f1 + b5c48a4 commit b9bc29a

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

articles/cognitive-services/text-analytics/includes/find-azure-resource-info.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.topic: include
10-
ms.date: 08/07/2019
10+
ms.date: 01/14/2019
1111
ms.author: aahi
1212
---
1313
> [!IMPORTANT]
14-
> To find your key and endpoint on the Azure portal:
15-
> 1. Navigate to your azure resource at https://portal.azure.com/.
16-
> 2. Click on **Quick start**, located under **Resource Management**.
14+
> Go to the resource you created to find your key and endpoint. They'll be located on the resource's **Quick start** page, under **resource management**.
1715
>
18-
> Remember to remove your credentials from your code when you're done, and never post them publicly. For production, consider using a secure way of storing and accessing your credentials. For example, [Azure key vault](https://docs.microsoft.com/azure/key-vault/key-vault-overview).
16+
> Remember to remove the key from your code when you're done, and never post it publicly. For production, consider using a secure way of storing and accessing your credentials. For example, [Azure key vault](https://docs.microsoft.com/azure/key-vault/key-vault-overview).

articles/cognitive-services/text-analytics/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Create variables for your resource's Azure endpoint and subscription key.
4545

4646
```javascript
4747
const subscription_key = '<paste-your-text-analytics-key-here>';
48-
const endpoint = `<paste-your-text-analytics-endpoint-here>`;
48+
const endpoint = '<paste-your-text-analytics-endpoint-here>';
4949
```
5050

5151
### Install the client library

articles/cognitive-services/text-analytics/includes/quickstarts/resource-creation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Start using the Text Analytics API with one of the options below.
1515
* This is a great option if you want to try the Text Analytics API, but don’t have an Azure subscription.
1616

1717
* <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Text Analytics resource" target="_blank">Create a Text Analytics resource <span class="docon docon-navigate-external x-hidden-focus"></span></a>
18-
* Available through the Azure portal until you delete the resource.
18+
* Available until you delete the resource.
1919
* Use the free pricing tier to try the service, and upgrade later to a paid tier for production.
2020

2121
* <a href="https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne" title="Create a resource for multiple services" target="_blank">Create a Multi-Service resource <span class="docon docon-navigate-external x-hidden-focus"></span></a>
22-
* Available through the Azure portal until you delete the resource.
23-
* Use the same key and endpoint for your applications, across multiple Cognitive Services.
22+
* Available until you delete the resource.
23+
* Use the same key and endpoint to access multiple Cognitive Services.
2424

0 commit comments

Comments
 (0)