Skip to content

Commit 379c6c1

Browse files
committed
Greater gating visibility
1 parent 0cae7f2 commit 379c6c1

File tree

5 files changed

+1
-12
lines changed

5 files changed

+1
-12
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Use this quickstart to create a text summarization application with the client l
2323

2424
## Prerequisites
2525

26-
[!INCLUDE [availability](../regional-availability.md)]
27-
2826
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2927
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
3028
* 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**.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Use this quickstart to create a text summarization application with the client l
1515

1616
## Prerequisites
1717

18-
[!INCLUDE [availability](../regional-availability.md)]
19-
2018
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2119
* [Java Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (JDK) with version 8 or above
2220
* 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**.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Use this quickstart to create a text summarization application with the client l
1515

1616
## Prerequisites
1717

18-
[!INCLUDE [availability](../regional-availability.md)]
19-
2018
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2119
* [Node.js](https://nodejs.org/) v16 LTS
2220
* 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**.

articles/cognitive-services/language-service/summarization/includes/quickstarts/python-sdk.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Use this quickstart to create a text summarization application with the client l
2222

2323
## Prerequisites
2424

25-
[!INCLUDE [availability](../regional-availability.md)]
26-
2725
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2826
* [Python 3.x](https://www.python.org/)
2927
* 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**.

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,20 @@ ms.author: aahi
1010
ms.custom: ignite-fall-2021, event-tier1-build-2022
1111
---
1212

13-
1413
# [Document summarization](#tab/document-summarization)
1514

1615
[Reference documentation](https://westus2.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-2-Preview-2/operations/Analyze)
1716

1817
# [Conversation summarization](#tab/conversation-summarization)
1918

20-
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2195178)
19+
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2195178)
2120

2221
---
2322

2423
Use this quickstart to send text summarization requests using the REST API. In the following example, you will use cURL to summarize documents or text-based customer service conversations.
2524

2625
## Prerequisites
2726

28-
[!INCLUDE [availability](../regional-availability.md)]
29-
3027
* The current version of [cURL](https://curl.haxx.se/).
3128
* 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**.
3229
* 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.

0 commit comments

Comments
 (0)