Skip to content

Commit 3adaf6d

Browse files
authored
Merge pull request #110038 from diberry/diberry/0401-luis-portal-create-blade
[Cogsvcs] LUIS portal create blade
2 parents e210f7e + 80f6721 commit 3adaf6d

File tree

7 files changed

+66
-108
lines changed

7 files changed

+66
-108
lines changed

articles/cognitive-services/LUIS/deploy-luis-on-container-instances.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-understanding
1010
ms.topic: conceptual
11-
ms.date: 01/06/2020
11+
ms.date: 04/06/2020
1212
ms.author: dapine
1313
---
1414

@@ -20,6 +20,8 @@ Learn how to deploy the Cognitive Services [LUIS](luis-container-howto.md) conta
2020

2121
[!INCLUDE [Create LUIS resource](includes/create-luis-resource.md)]
2222

23+
[!INCLUDE [Gathering required parameters](../containers/includes/container-gathering-required-parameters.md)]
24+
2325
## Create an Azure file share
2426

2527
The LUIS container requires a `.gz` model file that is pulled in at runtime. The container must be able to access this model file via a volume mount from the Container instance. For information on creating an Azure file share, see [create a file share](../../storage/files/storage-how-to-create-file-share.md). Take note of the Azure Storage account name, key, and file share name as you'll need them later.

articles/cognitive-services/LUIS/get-started-portal-deploy-app.md

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
---
22
title: "Quickstart: Deploy an app with the LUIS portal"
3-
titleSuffix: Azure Cognitive Services
43
description: This quickstart shows how to deploy an app by creating a prediction endpoint resource, assigning the resource, training, and publishing the app.
5-
services: cognitive-services
6-
author: diberry
7-
manager: nitinme
8-
ms.service: cognitive-services
9-
ms.subservice: language-understanding
104
ms.topic: quickstart
11-
ms.date: 01/27/2020
12-
ms.author: diberry
5+
ms.date: 04/06/2020
136
#Customer intent: As a new user, I want to deploy a LUIS app in the LUIS portal so I can understand the process of putting the model on the prediction endpoint.
147
---
158

@@ -25,35 +18,13 @@ In this quickstart, you learn to deploy an application. You create a prediction
2518
* Complete the [previous portal quickstart](get-started-portal-build-app.md) or [download and import the app](https://github.com/Azure-Samples/cognitive-services-language-understanding/blob/master/documentation-samples/quickstarts/in-portal/build-portal-app.json).
2619
* If you have apps that pre-date Azure resource authentication, [migrate to an Azure resource](luis-migration-authoring.md). Some portal pages look different when email authentication is in effect.
2720

28-
## Create the endpoint resource
21+
<a name="create-the-endpoint-resource"></a>
2922

30-
You create the prediction endpoint resource in the Azure portal. This resource should only be used for endpoint prediction queries. Do not use this resource for authoring changes to the app.
31-
32-
1. Sign in and create a resource in the [Azure portal](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne).
33-
34-
1. Configure the subscription with the following settings:
35-
36-
|Setting|Value|Purpose|
37-
|--|--|--|
38-
|Name|`my-luis-resource`|The name of the Azure resource. You need this name when you assign the resource to the app in the LUIS portal.|
39-
|Subscription|Your subscription|Select one of the subscriptions associated with your account.|
40-
|Resource group|`my-resource-group`|Create a new resource group for all your cognitive service resources. When you're done with the resources, you can delete the resource group to clean up your subscription. |
41-
|Authoring location|**West US**|The Azure region for authoring.|
42-
|Authoring pricing tier|**F0**|The default pricing tier for authoring.|
43-
|Runtime location|**West US**|The Azure region for prediction endpoint queries.|
44-
|Runtime pricing tier|**S0**|This pricing tier provides for high-traffic websites.|
45-
| | | |
46-
47-
48-
![Azure API choice](./media/luis-how-to-azure-subscription/create-resource-in-azure.png)
49-
50-
1. Select **Create** to create the Azure resource.
51-
52-
In the next section, you learn how to connect this new resource to a LUIS app in the LUIS portal.
23+
[!INCLUDE [Create LUIS resource](includes/create-luis-resource.md)]
5324

5425
## Assign the resource key to the LUIS app in the LUIS portal
5526

56-
Every time you create a new resource for LUIS, you need to assign the resource to the LUIS app. After it's assigned, you won't need to do this step again unless you create a new resource. You might create a new resource to expand the regions of your app or to support a higher number of prediction queries.
27+
Every time you create a new authoring or query prediction resource for LUIS, you need to assign the resource to the LUIS app. After it's assigned, you won't need to do this step again unless you create a new resource. You might create a new resource to expand the regions of your app or to support a higher number of prediction queries.
5728

5829
1. Sign in to the [preview LUIS portal](https://preview.luis.ai) and choose the **myEnglishApp** app from the apps list.
5930

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

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,34 @@ services: cognitive-services
55
author: IEvangelist
66
manager: nitinme
77
ms.service: cognitive-services
8-
ms.topic: include
9-
ms.date: 10/23/2019
8+
ms.topic: include
9+
ms.date: 04/06/2020
1010
ms.author: dapine
1111
---
1212

13-
## Create a LUIS resource
13+
<a name="create-luis-resources"></a>
14+
15+
## Create LUIS resources in Azure portal
16+
17+
1. Use [this link](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne) to begin creating LUIS resources in the Azure portal.
1418

15-
1. Sign into the [Azure portal](https://portal.azure.com)
16-
1. Click [Create **Language Understanding**](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne)
1719
1. Enter all required settings:
1820

19-
|Setting|Value|
21+
|Name|Purpose|
2022
|--|--|
21-
|Name|Desired name (2-64 characters)|
22-
|Subscription|Select appropriate subscription|
23-
|Location|Select any nearby and available location|
24-
|Pricing Tier|`F0` - the minimal pricing tier|
25-
|Resource Group|Select an available resource group|
23+
|Subscription name| the subscription that will be billed for the resource.|
24+
|Resource group| A custom resource group name you choose or create. Resource groups allow you to group Azure resources for access and management.|
25+
|Name| A custom name you choose, used as your custom subdomain for your authoring and prediction endpoint queries.|
26+
|Authoring location|The region associated with your model.|
27+
|Authoring pricing tier|The pricing tier determines the maximum transaction per second and month.|
28+
|Runtime location|The region associated with your published prediction endpoint runtime.|
29+
|Runtime pricing tier|The pricing tier determines the maximum transaction per second and month.|
30+
31+
> [!div class="mx-imgBorder"]
32+
> [![Create the language understanding resource](../media/luis-how-to-azure-subscription/create-resource-in-azure-small.png)](../media/luis-how-to-azure-subscription/create-resource-in-azure-small.png#lightbox)
2633
27-
1. Click **Create** and wait for the resource to be created. After it is created, navigate to the resource page.
28-
1. Collect configured `endpoint` and an API key, see [gathering required parameters](#gathering-required-parameters).
34+
1. Click **Review + create** and wait for the resource to be created.
35+
1. After both resources are created, still in the Azure portal, select the new authoring resource, then **Quickstarts** to get the authoring **endpoint URL** and **key** for authoring programmatically.
2936

30-
[!INCLUDE [Gathering required parameters](../../containers/includes/container-gathering-required-parameters.md)]
37+
> [!TIP]
38+
> To use the resources, in the LUIS portal, [assign the resources](../luis-how-to-azure-subscription.md#assign-an-authoring-resource-in-the-luis-portal-for-all-apps).

0 commit comments

Comments
 (0)