Skip to content

Commit aca98bf

Browse files
authored
Merge pull request #96481 from diberry/diberry/1119-howto-publish
[Cogsvcs] LUIS - howto - publish
2 parents 49fa883 + 88475da commit aca98bf

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

articles/cognitive-services/LUIS/luis-how-to-publish-app.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ ms.custom: seodec18
1010
ms.service: cognitive-services
1111
ms.subservice: language-understanding
1212
ms.topic: conceptual
13-
ms.date: 10/25/2019
13+
ms.date: 11/19/2019
1414
ms.author: diberry
1515
---
1616

1717
# Publish your active, trained app to a staging or production endpoint
1818

19-
When you finish building and testing your active LUIS app, make it available to your client application by publishing it to the endpoint.
19+
When you finish building, training, and testing your active LUIS app, make it available to your client application by publishing it to the endpoint.
2020

21-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
22-
23-
<a name="publish-your-trained-app-to-an-http-endpoint"></a>
21+
[!INCLUDE [Uses preview portal](includes/uses-portal-preview.md)]
2422

2523
## Publishing
2624

@@ -36,33 +34,34 @@ When you finish building and testing your active LUIS app, make it available to
3634

3735
Select the correct slot when the pop-up window displays:
3836

39-
* Staging.
40-
* Production.
37+
* Staging
38+
* Production
4139

4240
By using both publishing slots, this allows you to have two different versions of your app available at the published endpoints or the same version on two different endpoints.
4341

4442
### Publishing regions
4543

46-
The app is published to all regions associated with the LUIS prediction endpoint resources added in the LUIS portal.
44+
The app is published to all regions associated with the LUIS prediction endpoint resources added in the LUIS portal from the **Manage** -> **[Azure Resources](/luis-how-to-azure-subscription.md#assign-a-resource-to-an-app)** page.
4745

4846
For example, for an app created on [www.luis.ai](https://www.luis.ai), if you create a LUIS resource in two regions, **westus** and **eastus**, and add these to the app as resources, the app is published in both regions. For more information about LUIS regions, see [Regions](luis-reference-regions.md).
4947

48+
> [!TIP]
49+
> There are 3 authoring regions. You must author in the region you intend to publish to. If you need to publish to all regions, you need to manage your authoring process and the resulting trained model in all 3 authoring regions.
50+
5051

5152
## Configuring publish settings
5253

5354
After you select the slot, configure the publish settings for:
5455

5556
* Sentiment analysis
56-
* Spelling correction
57+
* Spelling correction - v2 prediction endpoint only
5758
* Speech priming
5859

5960
After you publish, these settings are available for review from the **Manage** section's **Publish settings** page. You can change the settings with every publish. If you cancel a publish, any changes you made during the publish are also canceled.
6061

6162
### When your app is published
6263

63-
When your app is successfully published, a green success notification appears at the top of the browser. The green notification bar also includes a link to the endpoints.
64-
65-
![Publishing pop-up window with link to endpoint](./media/luis-how-to-publish-app/publish-success.png)
64+
When your app is successfully published, a success notification appears at the top of the browser. The notification also includes a link to the endpoints.
6665

6766
If you need the endpoint URL, select the link. You can also get to the endpoint URLs by selecting **Manage** in the top menu, then select **Azure Resources** in the left menu.
6867

@@ -80,6 +79,8 @@ For more information about the JSON endpoint response with sentiment analysis, s
8079

8180
## Spelling correction
8281

82+
[!INCLUDE [Not supported in V3 API prediction endpoint](./includes/v2-support-only.md)]
83+
8384
Corrections to spelling are made before the LUIS user utterance prediction. You can see any changes to the original utterance, including spelling, in the response.
8485

8586
## Speech priming
Binary file not shown.

0 commit comments

Comments
 (0)