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
@@ -36,33 +34,34 @@ When you finish building and testing your active LUIS app, make it available to
36
34
37
35
Select the correct slot when the pop-up window displays:
38
36
39
-
* Staging.
40
-
* Production.
37
+
* Staging
38
+
* Production
41
39
42
40
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
41
44
42
### Publishing regions
45
43
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.
47
45
48
46
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
47
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
+
50
51
51
52
## Configuring publish settings
52
53
53
54
After you select the slot, configure the publish settings for:
54
55
55
56
* Sentiment analysis
56
-
* Spelling correction
57
+
* Spelling correction - v2 prediction endpoint only
57
58
* Speech priming
58
59
59
60
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
61
61
62
### When your app is published
62
63
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
-

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.
66
65
67
66
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
67
@@ -80,6 +79,8 @@ For more information about the JSON endpoint response with sentiment analysis, s
80
79
81
80
## Spelling correction
82
81
82
+
[!INCLUDE [Not supported in V3 API prediction endpoint](./includes/v2-support-only.md)]
83
+
83
84
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