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/luis-how-to-publish-app.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,33 +36,34 @@ When you finish building, training, and testing your active LUIS app, make it av
36
36
37
37
Select the correct slot when the pop-up window displays:
38
38
39
-
* Staging.
40
-
* Production.
39
+
* Staging
40
+
* Production
41
41
42
42
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.
43
43
44
44
### Publishing regions
45
45
46
-
The app is published to all regions associated with the LUIS prediction endpoint resources added in the LUIS portal.
46
+
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.
47
47
48
48
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).
49
49
50
+
> [!TIP]
51
+
> 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.
52
+
50
53
51
54
## Configuring publish settings
52
55
53
56
After you select the slot, configure the publish settings for:
54
57
55
58
* Sentiment analysis
56
-
* Spelling correction
59
+
* Spelling correction - v2 prediction endpoint only
57
60
* Speech priming
58
61
59
62
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.
60
63
61
64
### When your app is published
62
65
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
-

66
+
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.
66
67
67
68
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.
68
69
@@ -80,6 +81,9 @@ For more information about the JSON endpoint response with sentiment analysis, s
80
81
81
82
## Spelling correction
82
83
84
+
> [!CAUTION]
85
+
> This feature applies to prediction endpoint queries targeting V2 predictions only.
86
+
83
87
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.
0 commit comments