Skip to content

Commit 739169d

Browse files
authored
Merge pull request #158714 from aahill/magrefaat-resource-update
[CogSvcs] Magrefaat resource update
2 parents a5d6a5f + 43b4550 commit 739169d

30 files changed

+211
-273
lines changed

articles/cognitive-services/LUIS/includes/add-prediction-resource-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: aahill
55
manager: nitinme
66
ms.service: cognitive-services
77
ms.topic: include
8-
ms.date: 04/23/2021
8+
ms.date: 05/14/2021
99
ms.author: aahi
1010
---
1111

@@ -15,7 +15,7 @@ ms.author: aahi
1515

1616
:::image type="image" alt-text="Add Prediction resource from portal" source="../media/add-prediction-resource-portal.png" lightbox="../media/add-prediction-resource-portal.png":::
1717

18-
If you already have a prediction resource add directly if not, select **Create a new prediction resource**.
18+
If you already have a prediction resource, add it. Otherwise, select **Create a new prediction resource**.
1919

2020
:::image type="image" alt-text="Add Prediction resource from portal-2" source="../media/add-prediction-resource-portal-2.png" lightbox="../media/add-prediction-resource-portal-2.png":::
2121

articles/cognitive-services/LUIS/includes/create-luis-resource.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

articles/cognitive-services/LUIS/includes/quickstart-tutorial-use-free-starter-key.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

articles/cognitive-services/LUIS/includes/sdk-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: language-understanding
9-
ms.date: 09/01/2020
9+
ms.date: 05/17/2021
1010
ms.topic: include
1111
ms.custom: "include file, devx-track-dotnet, cog-serv-seo-aug-2020"
1212

@@ -25,7 +25,7 @@ Use the Language Understanding (LUIS) client libraries for .NET to:
2525
* The current version of [.NET Core](https://dotnet.microsoft.com/download/dotnet-core) and [.NET Core CLI](/dotnet/core/tools/).
2626
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2727
* Once you have your Azure subscription, [create a Language Understanding authoring resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
28-
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md#create-luis-resources-in-the-azure-portal) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
28+
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
2929

3030
## Setting up
3131

articles/cognitive-services/LUIS/includes/sdk-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: language-understanding
9-
ms.date: 09/01/2020
9+
ms.date: 05/17/2021
1010
ms.topic: include
1111
ms.custom: include file, devx-track-js, cog-serv-seo-aug-2020
1212

@@ -25,7 +25,7 @@ Use the Language Understanding (LUIS) client libraries for Node.js to:
2525
* [Node.js](https://nodejs.org)
2626
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2727
* Once you have your Azure subscription, [create a Language Understanding authoring resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
28-
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md#create-luis-resources-in-the-azure-portal) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
28+
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
2929

3030
## Setting up
3131

articles/cognitive-services/LUIS/includes/sdk-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: language-understanding
9-
ms.date: 09/01/2020
9+
ms.date: 05/17/2021
1010
ms.topic: include
1111
ms.custom: include file, cog-serv-seo-aug-2020
1212

@@ -25,7 +25,7 @@ Use the Language Understanding (LUIS) client libraries for Python to:
2525
* The current version of [Python 3.x](https://www.python.org/).
2626
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2727
* Once you have your Azure subscription, [create a Language Understanding authoring resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) in the Azure portal to get your key and endpoint. Wait for it to deploy and click the **Go to resource** button.
28-
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md#create-luis-resources-in-the-azure-portal) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
28+
* You will need the key and endpoint from the resource you [create](../luis-how-to-azure-subscription.md) to connect your application to Language Understanding authoring. You'll paste your key and endpoint into the code below later in the quickstart. You can use the free pricing tier (`F0`) to try the service.
2929

3030
## Setting up
3131

articles/cognitive-services/LUIS/luis-glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The glossary explains terms that you might encounter as you work wi
44
ms.service: cognitive-services
55
ms.subservice: language-understanding
66
ms.topic: reference
7-
ms.date: 05/08/2020
7+
ms.date: 05/17/2021
88
---
99

1010
# Language understanding glossary of common vocabulary and concepts
@@ -39,7 +39,7 @@ The [authoring key](luis-how-to-azure-subscription.md) is used to author the app
3939

4040
### Authoring Resource
4141

42-
Your LUIS [authoring resource](luis-how-to-azure-subscription.md#azure-resources-for-luis) is a manageable item that is available through Azure. The resource is your access to the associated authoring, training, and publishing abilities of the Azure service. The resource includes authentication, authorization, and security information you need to access the associated Azure service.
42+
Your LUIS [authoring resource](luis-how-to-azure-subscription.md) is a manageable item that is available through Azure. The resource is your access to the associated authoring, training, and publishing abilities of the Azure service. The resource includes authentication, authorization, and security information you need to access the associated Azure service.
4343

4444
The authoring resource has an Azure "kind" of `LUIS-Authoring`.
4545

0 commit comments

Comments
 (0)