Skip to content

Commit 24d89bf

Browse files
committed
Added AI service resource creation links
1 parent 306d2a1 commit 24d89bf

File tree

16 files changed

+19
-22
lines changed

16 files changed

+19
-22
lines changed

articles/ai-services/language-service/includes/use-language-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
---
1212

1313
> [!TIP]
14-
> You can use [**Language Studio**](../language-studio.md) to try Language service features without needing to write code.
14+
> You can use [**AI Studio**](../../../ai-studio/what-is-ai-studio.md) to try summarization without needing to write code.

articles/ai-services/language-service/personally-identifiable-information/includes/use-language-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ms.custom: include
99
---
1010

1111
> [!TIP]
12-
> You can use [**Language Studio**](../../language-studio.md) to try PII detection in documents without needing to write code.
12+
> You can use [**AI Studio**](../../../../ai-studio/what-is-ai-studio.md) to try summarization without needing to write code.

articles/ai-services/language-service/personally-identifiable-information/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Customers can now redact transcripts, chats, and other text written in a convers
2020
PII detection is one of the features offered by [Azure AI Language](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. The PII detection feature can **identify, categorize, and redact** sensitive information in unstructured text. For example: phone numbers, email addresses, and forms of identification. Azure AI Language supports general text PII redaction, as well as [Conversational PII](how-to-call-for-conversations.md), a specialized model for handling speech transcriptions and the more informal, conversational tone of meeting and call transcripts. The service also supports [Native Document PII redaction](#native-document-support), where the input and output are structured document files.
2121

2222
> [!TIP]
23-
> PII detection is also [available in AI Studio](https://ai.azure.com/explore/language), where you can [utilize a currently existing Language Studio resource or create a new AI Studio resource](../../../ai-studio/ai-services/connect-ai-services.md)
23+
> Try out PII detection [in AI Studio](https://ai.azure.com/explore/language), where you can [utilize a currently existing Language Studio resource or create a new AI Studio resource](../../../ai-studio/ai-services/connect-ai-services.md)
2424
2525
* [**Quickstarts**](quickstart.md) are getting-started instructions to guide you through making requests to the service.
2626
* [**How-to guides**](how-to-call.md) contain instructions for using the service in more specific or customized ways.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ 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, <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, select **Go to 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) create a Language 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.
3838

39-
4039
## Setting up
4140

4241
[!INCLUDE [Create environment variables](../../../includes/environment-variables.md)]

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ Use this quickstart to create a text summarization application with the client l
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2020
* [Java Development Kit (JDK)](https://www.oracle.com/technetwork/java/javase/downloads/index.html) with version 8 or above
21-
* 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, select **Go to resource**.
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).
2222
* 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 below later in the quickstart.
2323
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2424
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.
2525

26-
27-
2826
## Setting up
2927

3028
### Add the client library

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

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

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2020
* [Node.js](https://nodejs.org/) v16 LTS
21-
* 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, select **Go to resource**.
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).
2222
* You'll 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.
2323
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2424
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.

articles/ai-services/language-service/summarization/includes/quickstarts/python-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
* [Python 3.x](https://www.python.org/)
34-
* 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, select **Go to 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 below 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.

articles/ai-services/language-service/summarization/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use this quickstart to send text summarization requests using the REST API. In t
2525
## Prerequisites
2626

2727
* The current version of [cURL](https://curl.haxx.se/).
28-
* 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, select **Go to resource**.
28+
* 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).
2929
* 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.
3030
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3131

articles/ai-services/language-service/summarization/includes/use-language-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ms.custom: include, build-2024
1111
---
1212

1313
> [!TIP]
14-
> You can use [**Language Studio**](../../language-studio.md) to try text summarization without needing to write code.
14+
> You can use [**AI Studio**](../../../../ai-studio/what-is-ai-studio.md) to try summarization without needing to write code.

articles/ai-services/language-service/summarization/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use this article to learn more about this feature, and how to use it in your app
2222
Out of the box, the service provides summarization solutions for three types of genre, plain texts, conversations, and native documents. Text summarization only accepts plain text blocks, and conversation summarization accept conversational input, including various speech audio signals in order for the model to effectively segment and summarize, and native document can directly summarize for documents in their native formats, such as Words, PDF, etc.
2323

2424
> [!TIP]
25-
> Summarization is also [available in AI Studio](https://ai.azure.com/explore/language), where you can [utilize a currently existing Language Studio resource or create a new AI Studio resource](../../../ai-studio/ai-services/connect-ai-services.md) in order to use this service.
25+
> Try out Summarization [in AI Studio](https://ai.azure.com/explore/language), where you can [utilize a currently existing Language Studio resource or create a new AI Studio resource](../../../ai-studio/ai-services/connect-ai-services.md) in order to use this service.
2626
2727
# [Text summarization](#tab/text-summarization)
2828

0 commit comments

Comments
 (0)