Skip to content

Commit c2fb173

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into spring-cloud-ownership
2 parents 659f9e3 + 8bfeef3 commit c2fb173

34 files changed

+233
-124
lines changed

.openpublishing.publish.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,11 @@
342342
"url": "https://github.com/Azure-Samples/azure-cosmos-db-sql-api-nodejs-getting-started",
343343
"branch": "master"
344344
},
345+
{
346+
"path_to_root": "azure-cosmos-db-python-getting-started",
347+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-python-getting-started",
348+
"branch": "master"
349+
},
345350
{
346351
"path_to_root": "cognitive-services-content-moderator-samples",
347352
"url": "https://github.com/Azure-Samples/cognitive-services-content-moderator-samples",

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.author: diberry
1616
# Quickstart: Create a new app in the LUIS portal
1717

1818

19-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
20-
2119
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.
2220

2321
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
2826

2927
1. Select **+ Create** from the context toolbar.
3028

31-
[![Create new app in LUIS portal](./media/get-started-portal-build-app/create-app-in-portal.png)](./media/get-started-portal-build-app/create-app-in-portal.png#lightbox)
29+
[![Create new app in LUIS portal](./media/create-app-in-portal.png)](./media/create-app-in-portal.png#lightbox)
3230

3331
1. In the pop-up window, configure the app with the following settings and then select **Done**.
3432

@@ -37,7 +35,7 @@ Building an app is free and doesn't require an Azure subscription. When you're r
3735
|Name|`myEnglishApp`|Unique LUIS app name<br>required|
3836
|Culture|**English**|Language of utterances from users, **en-us**<br>required|
3937
|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. |
4139

4240
![Enter new app settings](./media/get-started-portal-build-app/create-new-app-settings.png)
4341

@@ -63,8 +61,6 @@ To create intents, complete the following steps:
6361

6462
1. Enter the intent name, `FindForm`, and then select **Done**.
6563

66-
![Enter the intent name of FindForm](./media/get-started-portal-build-app/create-new-intent-dialog.png)
67-
6864
## Add an example utterance
6965

7066
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
165161

166162
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.
167163

168-
[![Delete app from My apps list](./media/get-started-portal-build-app/delete-app.png)](./media/get-started-portal-build-app/delete-app.png#lightbox)
169-
170164
## Next steps
171165

172166
> [!div class="nextstepaction"]

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,23 @@ In this quickstart, you learn to deploy an application. You create a prediction
3131

3232
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.
3333

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).
3735

3836
1. Configure the subscription with the following settings:
3937

4038
|Setting|Value|Purpose|
4139
|--|--|--|
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.|
4341
|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.|
4747
| | | |
4848

49-
![Azure API choice](./media/get-started-portal-deploy-app/create-cognitive-services-resource.png)
49+
50+
![Azure API choice](./media/luis-how-to-azure-subscription/create-resource-in-azure.png)
5051

5152
1. Select **Create** to create the Azure resource.
5253

@@ -68,7 +69,9 @@ Every time you create a new resource for LUIS, you need to assign the resource t
6869

6970
![Assign a resource to your app](./media/get-started-portal-deploy-app/assign-resource.png)
7071

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.
7275

7376
## Train and publish the app
7477

@@ -142,8 +145,6 @@ To see this same level of information in the test pane, you must publish the app
142145

143146
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.
144147

145-
[![Delete app from My apps list](./media/get-started-portal-build-app/delete-app.png)](./media/get-started-portal-build-app/delete-app.png#lightbox)
146-
147148
## Next steps
148149

149150
> [!div class="nextstepaction"]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Select authoring resource
3+
titleSuffix: Azure Cognitive Services
4+
services: cognitive-services
5+
author: diberry
6+
manager: nitinme
7+
ms.service: cognitive-services
8+
ms.topic: include
9+
ms.date: 11/04/2019
10+
ms.author: diberry
11+
---
12+
13+
## Select subscription and authoring resource
14+
15+
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+
![Select authoring subscription and authoring resource](../media/select-authoring-resource/select-authoring-resource.png)

articles/cognitive-services/LUIS/luis-get-started-create-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: quickstart
12-
ms.date: 10/23/2019
12+
ms.date: 11/04/2019
1313
ms.author: diberry
1414
#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.
1515
---
@@ -24,6 +24,8 @@ For this article, you need a free LUIS account, created on the LUIS portal at [h
2424

2525
[!INCLUDE [Sign in to LUIS](./includes/sign-in-process.md)]
2626

27+
[!INCLUDE [Select authoring resource](./includes/select-authoring-resource.md)]
28+
2729
## Create a new app
2830
You can create and manage your applications on **My Apps**.
2931

17.9 KB
Loading
-24.8 KB
Loading
8.06 KB
Loading
16.5 KB
Loading
32.8 KB
Loading

0 commit comments

Comments
 (0)