Skip to content

Commit 78217ed

Browse files
committed
edits, remove old images
1 parent 7b3ef26 commit 78217ed

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,34 @@ When you finish building, training, and testing your active LUIS app, make it av
3636

3737
Select the correct slot when the pop-up window displays:
3838

39-
* Staging.
40-
* Production.
39+
* Staging
40+
* Production
4141

4242
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.
4343

4444
### Publishing regions
4545

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

4848
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).
4949

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+
5053

5154
## Configuring publish settings
5255

5356
After you select the slot, configure the publish settings for:
5457

5558
* Sentiment analysis
56-
* Spelling correction
59+
* Spelling correction - v2 prediction endpoint only
5760
* Speech priming
5861

5962
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.
6063

6164
### When your app is published
6265

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

6768
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.
6869

@@ -80,6 +81,9 @@ For more information about the JSON endpoint response with sentiment analysis, s
8081

8182
## Spelling correction
8283

84+
> [!CAUTION]
85+
> This feature applies to prediction endpoint queries targeting V2 predictions only.
86+
8387
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.
8488

8589
## Speech priming
Binary file not shown.

0 commit comments

Comments
 (0)