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
@@ -19,6 +19,8 @@ LUIS authoring regions are supported by the LUIS portal. To publish a LUIS app t
19
19
20
20
## LUIS Authoring regions
21
21
22
+
Authoring regions are the regions where the application gets created and the training take place.
23
+
22
24
LUIS has the following authoring regions available:
23
25
24
26
* Australia east
@@ -33,6 +35,9 @@ LUIS has one portal you can use regardless of region, [www.luis.ai](https://www.
33
35
34
36
## Publishing regions and Azure resources
35
37
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
+
36
41
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.
37
42
38
43
## Public apps
@@ -42,20 +47,26 @@ A public app is published in all regions so that a user with a region-based LUIS
42
47
43
48
## Publishing regions are tied to authoring regions
44
49
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
+
45
52
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.
46
53
47
54
> [!NOTE]
48
55
> 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.
49
56
50
57
## Single data residency
51
58
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
+
53
63
54
64
* Brazil South
55
65
* Southeast Asia
56
66
57
67
> [!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.
59
70
60
71
61
72
## Publishing to Europe
@@ -108,6 +119,9 @@ Learn more about the [authoring and prediction endpoints](developer-reference-re
108
119
109
120
Each region has a secondary region to fail over to. Europe fails over inside Europe and Australia fails over inside Australia.
110
121
122
+
Publishing regions that fall under [single data residency](#single-data-residency) do not have a failover region.
123
+
124
+
111
125
Authoring regions have [paired fail-over regions](../../availability-zones/cross-region-replication-azure.md).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-recognize-intents-from-speech-csharp.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: conceptual
11
-
ms.date: 02/10/2020
11
+
ms.date: 02/08/2022
12
12
ms.author: eur
13
13
ms.devlang: csharp
14
14
ms.custom: devx-track-csharp
@@ -56,7 +56,7 @@ When you create a LUIS app, LUIS automatically generates a authoring key so you
56
56
57
57
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.
58
58
59
-

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":::
0 commit comments