Skip to content

Commit 25ebe64

Browse files
committed
Added resource links for PII
1 parent 07c11c7 commit 25ebe64

File tree

6 files changed

+6
-54
lines changed

6 files changed

+6
-54
lines changed

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/csharp-sdk.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,13 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1818
## Prerequisites
1919

2020
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
21+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
2122
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
2223

23-
24-
2524
## Setting up
2625

27-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
28-
29-
30-
31-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
32-
33-
34-
3526
[!INCLUDE [Create environment variables](../../../includes/environment-variables.md)]
3627

37-
3828
### Create a new .NET Core application
3929

4030
Using the Visual Studio IDE, create a new .NET Core console app. This creates a "Hello World" project with a single C# source file: *program.cs*.

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/java-sdk.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,11 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1717
## Prerequisites
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
20+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
2021
* [Java Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html) with version 8 or above
2122

22-
23-
24-
2523
## Setting up
2624

27-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
28-
29-
30-
31-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
32-
33-
34-
3525
[!INCLUDE [Create environment variables](../../../includes/environment-variables.md)]
3626

3727
### Add the client library

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,11 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1515
## Prerequisites
1616

1717
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
1819
* [Node.js](https://nodejs.org/) v14 LTS or later
1920

20-
2121
## Setting up
2222

23-
24-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
25-
26-
27-
28-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
29-
30-
31-
3223
[!INCLUDE [Create environment variables](../../../includes/environment-variables.md)]
3324

3425
### Create a new Node.js application

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,11 @@ Use this quickstart to create a Personally Identifiable Information (PII) detect
1515
## Prerequisites
1616

1717
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
18+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
1819
* [Python 3.8 or later](https://www.python.org/)
1920

20-
2121
## Setting up
2222

23-
24-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
25-
26-
27-
28-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
29-
30-
31-
3223
[!INCLUDE [Create environment variables](../../../includes/environment-variables.md)]
3324

3425
### Install the client library

articles/ai-services/language-service/personally-identifiable-information/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,15 @@ ms.custom: language-service-pii
1313

1414
Use this quickstart to send Personally Identifiable Information (PII) detection requests using the REST API. In the following example, you will use cURL to identify [recognized sensitive information](../../concepts/entity-categories.md) in text.
1515

16-
1716
## Prerequisites
1817

1918
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
20-
19+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
2120

2221
## Setting up
2322

24-
[!INCLUDE [Create an Azure resource](../../../includes/create-resource.md)]
25-
26-
27-
28-
[!INCLUDE [Get your key and endpoint](../../../includes/get-key-endpoint.md)]
29-
30-
31-
3223
[!INCLUDE [Create environment variables](../../../includes/environment-variables.md)]
3324

34-
3525
## Create a JSON file with the example request body
3626

3727
In a code editor, create a new file named `test_pii_payload.json` and copy the following JSON example. This example request will be sent to the API in the next step.

articles/ai-services/language-service/summarization/includes/quickstarts/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use this quickstart to create a text summarization application with the client l
3131

3232
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
3333
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
34-
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource) create a Language resource.
34+
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
3535
* You'll need the key and endpoint from the resource you create to connect your application to the API. You paste your key and endpoint into the code later in the quickstart.
3636
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3737
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.

0 commit comments

Comments
 (0)