Skip to content

Commit fd693ff

Browse files
Merge pull request #208058 from jboback/SummarizationGatingVisibility
Boosted gating visibility
2 parents d6829fd + 0cae7f2 commit fd693ff

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

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

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

2424
## Prerequisites
2525

26+
[!INCLUDE [availability](../regional-availability.md)]
27+
2628
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2729
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
2830
* 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**.
2931
* 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.
3032
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3133
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.
3234

33-
[!INCLUDE [availability](../regional-availability.md)]
34-
35-
3635
> [!div class="nextstepaction"]
3736
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=CSHARP&Pillar=Language&Product=Summarization&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
3837

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

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

1616
## Prerequisites
1717

18+
[!INCLUDE [availability](../regional-availability.md)]
19+
1820
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
1921
* [Java Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (JDK) with version 8 or above
2022
* 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**.
2123
* 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.
2224
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2325
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.
2426

25-
[!INCLUDE [availability](../regional-availability.md)]
26-
2727
> [!div class="nextstepaction"]
2828
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVA&Pillar=Language&Product=Summarization&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
2929

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

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

1616
## Prerequisites
1717

18+
[!INCLUDE [availability](../regional-availability.md)]
19+
1820
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
1921
* [Node.js](https://nodejs.org/) v16 LTS
2022
* 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**.
2123
* 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.
2224
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2325
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.
2426

25-
[!INCLUDE [availability](../regional-availability.md)]
26-
2727
> [!div class="nextstepaction"]
2828
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=JAVASCRIPT&Pillar=Language&Product=Summarization&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
2929

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

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

2323
## Prerequisites
2424

25+
[!INCLUDE [availability](../regional-availability.md)]
26+
2527
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2628
* [Python 3.x](https://www.python.org/)
2729
* 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**.
2830
* 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.
2931
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3032
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.
3133

32-
[!INCLUDE [availability](../regional-availability.md)]
33-
3434
> [!div class="nextstepaction"]
3535
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=PYTHON&Pillar=Language&Product=Summarization&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
3636

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Use this quickstart to send text summarization requests using the REST API. In t
2525

2626
## Prerequisites
2727

28+
[!INCLUDE [availability](../regional-availability.md)]
29+
2830
* The current version of [cURL](https://curl.haxx.se/).
2931
* 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**.
3032
* 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.
3133
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
3234

33-
[!INCLUDE [availability](../regional-availability.md)]
34-
3535
> [!div class="nextstepaction"]
3636
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Summarization&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a>
3737

articles/cognitive-services/language-service/summarization/includes/regional-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: aahi
1010
ms.custom: references_regions
1111
---
1212

13-
> [!NOTE]
13+
> [!IMPORTANT]
1414
> * To use conversation summarization, you must [submit an online request and have it approved](https://aka.ms/applyforconversationsummarization/).
1515
> * Conversation summarization is only available through Language resources in the following regions:
1616
> * North Europe

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: language-service-summarization, ignite-fall-2021, event-tier1-build-2
1515

1616
# What is document and conversation summarization (preview)?
1717

18+
[!INCLUDE [availability](includes/regional-availability.md)]
19+
1820
Summarization is one of the features offered by [Azure Cognitive Service for Language](../overview.md), a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. Use this article to learn more about this feature, and how to use it in your applications.
1921

2022
# [Document summarization](#tab/document-summarization)

articles/cognitive-services/language-service/summarization/quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
5757
> [!div class="nextstepaction"]
5858
> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=REST API&Pillar=Language&Product=Summarization&Page=quickstart&Section=Clean-up-resources" target="_target">I ran into an issue</a>
5959
60-
6160
## Next steps
6261

6362
* [How to call document summarization](./how-to/document-summarization.md)
64-
* [How to call conversation summarization](./how-to/conversation-summarization.md)
63+
* [How to call conversation summarization](./how-to/conversation-summarization.md)

0 commit comments

Comments
 (0)