Skip to content

Commit 54e3bb3

Browse files
committed
updating prereqs
1 parent 4b32903 commit 54e3bb3

File tree

6 files changed

+9
-14
lines changed

6 files changed

+9
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ms.author: aahi
1212
---
1313

1414
> [!IMPORTANT]
15-
> Go to the Azure portal and find the Text Analytics resource you created. Your key and endpoint will be located on the resource's **Quick start** page, under **resource management**.
15+
> Go to the Azure portal and find the key and endpoint for the Text Analytics resource you created in the prerequisites. They will be located on the resource's **Quick start** page, under **resource management**. Then replace the strings in the code below with your key and endpoint.
1616
>
1717
> 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/java-sdk.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ ms.reviewer: tasharm, assafi
2424
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/)
2525
* [Java Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (JDK) with version 8 or above
2626

27-
## Setting up
28-
29-
### Create a Text Analytics Azure resource
3027

3128
[!INCLUDE [text-analytics-resource-creation](resource-creation.md)]
3229

30+
## Setting up
31+
3332
### Create a new Maven project
3433

3534
Add the following text analytics dependency to your project. This version of the dependency uses version `3.0-preview` of the Text Analytics API.

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ ms.reviewer: sumeh, assafi
2929
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/)
3030
* The current version of [Node.js](https://nodejs.org/).
3131

32-
## Setting up
33-
34-
### Create a Text Analytics Azure resource
35-
3632
[!INCLUDE [text-analytics-resource-creation](resource-creation.md)]
3733

34+
## Setting up
35+
3836
### Create a new Node.js application
3937

4038
> [!NOTE]

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ ms.author: aahi
2323
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/)
2424
* [Python 3.x](https://www.python.org/)
2525

26-
## Setting up
27-
28-
### Create a Text Analytics Azure resource
29-
3026
[!INCLUDE [text-analytics-resource-creation](resource-creation.md)]
3127

28+
## Setting up
29+
3230
### Install the client library
3331

3432
After installing Python, you can install the client library with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 12/18/2019
66
ms.author: aahi
77
---
88

9-
To connect your application to the Text Analytics API, you will need to create one of the Azure resources below:
9+
You'll need a key and endpoint from a Text Analytics resource to connect your application. Get them by creating one of the resources below:
1010

1111
* <a href="https://azure.microsoft.com/try/cognitive-services/my-apis/?api=text-analytics" title="Create a trial Text Analytics resource" target="_blank">Create a trial resource <span class="docon docon-navigate-external x-hidden-focus"></span></a>
1212
* No Azure subscription needed.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Quickstart: Text Analytics client library v3 | Microsoft Docs"
33
titleSuffix: Azure Cognitive Services
4-
description: In this quickstart, detect language by using the Text Analytics API from Azure Cognitive Services.
4+
description: Use this quickstart to connect your applications to the Text Analytics API from Azure Cognitive Services.
55
services: cognitive-services
66
author: aahill
77
manager: nitinme

0 commit comments

Comments
 (0)