You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/get-started-portal-deploy-app.md
+4-33Lines changed: 4 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,8 @@
1
1
---
2
2
title: "Quickstart: Deploy an app with the LUIS portal"
3
-
titleSuffix: Azure Cognitive Services
4
3
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
10
4
ms.topic: quickstart
11
-
ms.date: 01/27/2020
12
-
ms.author: diberry
5
+
ms.date: 04/06/2020
13
6
#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.
14
7
---
15
8
@@ -25,35 +18,13 @@ In this quickstart, you learn to deploy an application. You create a prediction
25
18
* 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).
26
19
* 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.
27
20
28
-
## Create theendpointresource
21
+
<aname="create-the-endpoint-resource"></a>
29
22
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
-

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)]
53
24
54
25
## Assign the resource key to the LUIS app in the LUIS portal
55
26
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.
57
28
58
29
1. Sign in to the [preview LUIS portal](https://preview.luis.ai) and choose the **myEnglishApp** app from the apps list.
|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
+
> [](../media/luis-how-to-azure-subscription/create-resource-in-azure-small.png#lightbox)
26
33
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.
> 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