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
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/get-started-portal-build-app.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ ms.author: diberry
16
16
# Quickstart: Create a new app in the LUIS portal
17
17
18
18
19
-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
20
-
21
19
In this quickstart, you build a new app in the [LUIS portal](https://www.luis.ai). First you create the basic parts of an app, **intents**, and **entities**. Then you test the app by providing a sample user utterance in the interactive test panel to get the predicted intent.
22
20
23
21
Building an app is free and doesn't require an Azure subscription. When you're ready to deploy your app, see the [quickstart to deploy an app](get-started-portal-deploy-app.md). It shows you how to create an Azure Cognitive Service Resource and assign it to the app.
@@ -28,7 +26,7 @@ Building an app is free and doesn't require an Azure subscription. When you're r
28
26
29
27
1. Select **+ Create** from the context toolbar.
30
28
31
-
[](./media/get-started-portal-build-app/create-app-in-portal.png#lightbox)
29
+
[](./media/create-app-in-portal.png#lightbox)
32
30
33
31
1. In the pop-up window, configure the app with the following settings and then select **Done**.
34
32
@@ -37,7 +35,7 @@ Building an app is free and doesn't require an Azure subscription. When you're r
37
35
|Name|`myEnglishApp`|Unique LUIS app name<br>required|
38
36
|Culture|**English**|Language of utterances from users, **en-us**<br>required|
39
37
|Description|`App made with LUIS Portal`|Description of app<br>optional|
40
-
||||
38
+
|Prediction resource |- |Do not select. LUIS gives you a Starter key to use for free for authoring and 1,000 prediction endpoint requests.|
41
39
42
40

43
41
@@ -63,8 +61,6 @@ To create intents, complete the following steps:
63
61
64
62
1. Enter the intent name, `FindForm`, and then select **Done**.
65
63
66
-

67
-
68
64
## Add an example utterance
69
65
70
66
You add example utterances after you create intents. Example utterances are text that a user enters in a chat bot or other client application. They map the intention of the user's text to a LUIS intent.
@@ -165,8 +161,6 @@ Use the interactive **Test** pane in the LUIS portal to validate that the entity
165
161
166
162
When you're done with this quickstart and aren't moving on to the next quickstart, select **My apps** from the top navigation menu. Then select the app's left check box from the list and select **Delete** from the context toolbar above the list.
167
163
168
-
[](./media/get-started-portal-build-app/delete-app.png#lightbox)
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/get-started-portal-deploy-app.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,22 +31,23 @@ In this quickstart, you learn to deploy an application. You create a prediction
31
31
32
32
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.
33
33
34
-
1. Sign in to the [Azure portal](https://ms.portal.azure.com/).
35
-
36
-
1. Select the green **+** sign in the upper-left panel. Search for `Cognitive Services` in the marketplace and select it.
34
+
1. Sign in and create a resource in the [Azure portal](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesLUISAllInOne).
37
35
38
36
1. Configure the subscription with the following settings:
39
37
40
38
|Setting|Value|Purpose|
41
39
|--|--|--|
42
-
|Name|`my-cognitive-service-resource`|The name of the Azure resource. You need this name when you assign the resource to the app in the LUIS portal.|
40
+
|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.|
43
41
|Subscription|Your subscription|Select one of the subscriptions associated with your account.|
44
-
|Location|**West US**|The Azure region for this resource.|
45
-
|Pricing tier|**S0**|The default pricing tier for this resource.|
46
-
|Resource group|`my-cognitive-service-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. |
42
+
|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. |
43
+
|Authoring location|**West US**|The Azure region for authoring.|
44
+
|Authoring pricing tier|**F0**|The default pricing tier for authoring.|
45
+
|Runtime location|**West US**|The Azure region for prediction endpoint queries.|
46
+
|Runtime pricing tier|**S0**|This pricing tier provides for a high-traffic websites.|
47
47
||||
48
48
49
-

49
+
50
+

50
51
51
52
1. Select **Create** to create the Azure resource.
52
53
@@ -68,7 +69,9 @@ Every time you create a new resource for LUIS, you need to assign the resource t
68
69
69
70

70
71
71
-
1. Find the new row in the table and copy the endpoint URL. It's correctly constructed to make an `HTTP GET` request to the LUIS API endpoint for a prediction.
72
+
1. Complete the same steps to add the authoring key to your app.
73
+
74
+
1. Find the new row in the table for the new prediction resource and copy the endpoint URL. It's correctly constructed to make an `HTTP GET` request to the LUIS API endpoint for a prediction.
72
75
73
76
## Train and publish the app
74
77
@@ -142,8 +145,6 @@ To see this same level of information in the test pane, you must publish the app
142
145
143
146
When you're done with this quickstart, select **My apps** from the top navigation menu. Select the app's check box from the list, and then select **Delete** from the context toolbar above the list.
144
147
145
-
[](./media/get-started-portal-build-app/delete-app.png#lightbox)
In the LUIS portal, to see a list of apps or to create an app, select the subscription and authoring resource. Apps are accessed by the LUIS authoring resource.
16
+
17
+

Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-get-started-create-app.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: quickstart
12
-
ms.date: 10/23/2019
12
+
ms.date: 11/04/2019
13
13
ms.author: diberry
14
14
#Customer intent: As a new user, I want to quickly get a LUIS app created so I can understand the model and actions to train, test, publish, and query.
15
15
---
@@ -24,6 +24,8 @@ For this article, you need a free LUIS account, created on the LUIS portal at [h
24
24
25
25
[!INCLUDE [Sign in to LUIS](./includes/sign-in-process.md)]
0 commit comments