Skip to content

Commit 075fcc8

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ml-g-dashboardext
2 parents 155d061 + c1607c1 commit 075fcc8

File tree

39 files changed

+125
-117
lines changed

39 files changed

+125
-117
lines changed

articles/active-directory/develop/v2-admin-consent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 3/29/2022
12+
ms.date: 02/17/2023
1313
ms.author: ryanwi
1414
ms.reviewer: ludwignick
1515
ms.custom: aaddev

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use this quickstart to create an entity linking application with the client libr
2020

2121
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2222
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
23-
* 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**.
23+
* 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**.
2424
* 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.
2525
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2626
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use this quickstart to create an entity linking application with the client libr
2222

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use this quickstart to create an entity linking application with the client libr
2222

2323
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2424
* [Node.js](https://nodejs.org/) v14 LTS or later
25-
* 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**.
25+
* 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**.
2626
* 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.
2727
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2828
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this quickstart to create an entity linking application with the client libr
1919

2020
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2121
* [Python 3.7 or later](https://www.python.org/)
22-
* 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**.
22+
* 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**.
2323
* 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.
2424
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2525
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use this quickstart to send entity linking requests using the REST API. In the f
2222
## Prerequisites
2323

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

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use this quickstart to create a key phrase extraction application with the clien
2020

2121
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2222
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
23-
* 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**.
23+
* 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**.
2424
* 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.
2525
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2626
* To use the Analyze feature, you will need a Language resource with the standard (S) pricing tier.

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this quickstart to create a key phrase extraction application with the clien
1919

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

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/nodejs-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use this quickstart to create a key phrase extraction application with the clien
1919

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

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/python-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 key phrase extraction application with the clien
1818

1919
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2020
* [Python 3.7 or later](https://www.python.org/)
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, click **Go to resource**.
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**.
2222
* 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.
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 will need a Language resource with the standard (S) pricing tier.

0 commit comments

Comments
 (0)