Skip to content

Commit adfa47e

Browse files
Merge pull request #187904 from aahill/baher-2
LUIS updates
2 parents 92cfef9 + c73c9c1 commit adfa47e

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

articles/cognitive-services/LUIS/luis-reference-regions.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice: language-understanding
66
author: aahill
77
ms.author: aahi
88
ms.topic: reference
9-
ms.date: 05/27/2021
9+
ms.date: 02/08/2022
1010
ms.custom: references_regions
1111
---
1212

@@ -19,6 +19,8 @@ LUIS authoring regions are supported by the LUIS portal. To publish a LUIS app t
1919

2020
## LUIS Authoring regions
2121

22+
Authoring regions are the regions where the application gets created and the training take place.
23+
2224
LUIS has the following authoring regions available:
2325

2426
* Australia east
@@ -33,6 +35,9 @@ LUIS has one portal you can use regardless of region, [www.luis.ai](https://www.
3335

3436
## Publishing regions and Azure resources
3537

38+
Publishing regions are the regions where the application will be used in runtime. To use the application in a publishing region, you must create a resource in this region and publish your application to it.
39+
40+
3641
The app is published to all regions associated with the LUIS resources added in the LUIS portal. For example, for an app created on [www.luis.ai][www.luis.ai], if you create a LUIS or Cognitive Service resource in **westus** and [add it to the app as a resource](luis-how-to-azure-subscription.md), the app is published in that region.
3742

3843
## Public apps
@@ -42,20 +47,26 @@ A public app is published in all regions so that a user with a region-based LUIS
4247

4348
## Publishing regions are tied to authoring regions
4449

50+
When you first create our LUIS application, you are required to choose an [authoring region](#luis-authoring-regions). To use the application in runtime, you are required to create a publishing region.
51+
4552
The authoring region app can only be published to a corresponding publish region. If your app is currently in the wrong authoring region, export the app, and import it into the correct authoring region for your publishing region.
4653

4754
> [!NOTE]
4855
> LUIS apps created on https://www.luis.ai can now be published to all endpoints including the [European](#publishing-to-europe) and [Australian](#publishing-to-australia) regions.
4956
5057
## Single data residency
5158

52-
The following publishing regions do not have a backup region:
59+
Regions that fall under single data residency are the regions where data do not leave the boundaries of the region.
60+
61+
The following publishing regions do not have a failover region:
62+
5363

5464
* Brazil South
5565
* Southeast Asia
5666

5767
> [!Note]
58-
> Make sure to set `log=false` for [V3 APIs](https://westus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0/operations/5cb0a91e54c9db63d589f433) to disable active learning. By default this value is `false`, to ensure that data does not leave the boundaries of the publishing region. If `log=true`, data is returned to the authoring region for active learning even if it is one of the single publishing regions.
68+
> * Make sure to set `log=false` for [V3 APIs](https://westus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0/operations/5cb0a91e54c9db63d589f433) to disable active learning. By default this value is `false`, to ensure that data does not leave the boundaries of the publishing region.
69+
> * If `log=true`, data is returned to the authoring region for active learning even if the publishing region is one of the single data residnecy regions.
5970
6071

6172
## Publishing to Europe
@@ -108,6 +119,9 @@ Learn more about the [authoring and prediction endpoints](developer-reference-re
108119

109120
Each region has a secondary region to fail over to. Europe fails over inside Europe and Australia fails over inside Australia.
110121

122+
Publishing regions that fall under [single data residency](#single-data-residency) do not have a failover region.
123+
124+
111125
Authoring regions have [paired fail-over regions](../../availability-zones/cross-region-replication-azure.md).
112126

113127
## Next steps

articles/cognitive-services/Speech-Service/how-to-recognize-intents-from-speech-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 02/10/2020
11+
ms.date: 02/08/2022
1212
ms.author: eur
1313
ms.devlang: csharp
1414
ms.custom: devx-track-csharp
@@ -56,7 +56,7 @@ When you create a LUIS app, LUIS automatically generates a authoring key so you
5656

5757
After you create the LUIS resource in the Azure dashboard, log into the [LUIS portal](https://www.luis.ai/home), choose your application on the **My Apps** page, then switch to the app's **Manage** page. Finally, select **Azure Resources** in the sidebar.
5858

59-
![LUIS portal keys and endpoint settings](media/sdk/luis-keys-endpoints-page.png)
59+
:::image type="content" source="media/sdk/luis-keys-endpoints-page.png" alt-text="A screenshot of the LUIS portal keys and endpoint settings." lightbox="media/sdk/luis-keys-endpoints-page.png":::
6060

6161
On the **Azure Resources** page:
6262

110 KB
Loading

0 commit comments

Comments
 (0)