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-migration-authoring-steps.md
+29-6Lines changed: 29 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: conceptual
12
-
ms.date: 09/02/2019
12
+
ms.date: 09/08/2019
13
13
ms.author: diberry
14
14
---
15
15
@@ -20,7 +20,7 @@ From the Language Understanding (LUIS) portal, migrate all the apps you own to u
20
20
## Prerequisites
21
21
22
22
***Optionally**, backup the apps from the LUIS portal's apps list by exporting each app or use the export [API](https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c40).
23
-
***Optionally**, save each app's collaborator's list. This email list is provided as part of the migration process.
23
+
***Optionally**, save each app's collaborator's list. All collaborators can be sent an email as part of the migration process.
24
24
***Required**, you need to have an [Azure subscription](https://azure.microsoft.com/free/). A part of the subscription process does require billing information. However, you can use Free (F0) pricing tiers when you use LUIS. You may eventually find you need a paid tier, as your usage increases.
25
25
26
26
If you do not have an Azure subscription, [sign up](https://azure.microsoft.com/free/).
@@ -33,20 +33,35 @@ On a weekly basis, you are prompted to migrate your apps. You can cancel this wi
33
33
34
34
The migration process is available if you are the owner of any LUIS apps.
35
35
36
-
1.1.Sign in to [LUIS portal](https://www.luis.ai) and agree to the terms of use.
36
+
1. Sign in to [LUIS portal](https://www.luis.ai) and agree to the terms of use.
37
37
1. The migration pop-up window allows you to continue the migration or migrate later. Select **Migrate now**. If you choose to migrate later, you have 9 months to migrate to the new authoring key in Azure.
38
38
39
39

40
40
41
-
1.If any of your apps have collaborators, you are prompted to **send them an email** letting them know about the migration. This is an optional step. The default email application opens with a lightly formatted email.
41
+
1.Optionally, if any of your apps have collaborators, you are prompted to **send them an email** letting them know about the migration. This is an optional step.
42
42
43
-

43
+
Once you have migrated your account to Azure, your apps will no longer be available to collaborators.
44
+
45
+
For each collaborator and app, the default email application opens with a lightly formatted email. You can edit the email before sending it.
46
+
47
+
The email template includes the exact app Id and app name.
48
+
49
+
```html
50
+
Dear Sir/Madam,
51
+
52
+
I will be migrating my LUIS account to Azure. Consequently, you will no longer have access to the following app:
53
+
54
+
App Id: <app-ID-omitted>
55
+
App name: Human Resources
56
+
57
+
Thank you
58
+
```
44
59
45
60
1. Choose to create a LUIS authoring resource by selecting **Start by creating an authoring resource to migrate your apps to**.
1. In the next window, enter your resource key information. After you enter the information, select **Create resource**.
64
+
1. In the next window, enter your resource key information. After you enter the information, select **Create resource**. You can have 10 free authoring resources per region, per subscription.
1. When the authoring resource is created, the success message is shown. Select **Close** to close the pop-up window.
63
82
64
83

@@ -67,6 +86,10 @@ The migration process is available if you are the owner of any LUIS apps.
67
86
68
87
You don't need to know the authoring resource's key to continue editing your apps in the LUIS portal. If you plan to edit your apps programmatically, you need the authoring key values. These values are displayed on the **Manage -> Azure resources** page in the LUIS portal and are also available in the Azure portal on the resource's **Keys** page.
69
88
89
+
1. Before accessing your apps, select the subscription and LUIS authoring resource to see the apps your can author.
90
+
91
+

92
+
70
93
## After the migration process, add contributors to your authoring resource
71
94
72
95
[!INCLUDE [Manage contributors for the Azure authoring resource for language understanding](./includes/manage-contributors-authoring-resource.md)]
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-migration-authoring.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
@@ -9,7 +9,7 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: conceptual
12
-
ms.date: 09/06/2019
12
+
ms.date: 09/08/2019
13
13
ms.author: diberry
14
14
---
15
15
@@ -86,7 +86,7 @@ You may choose to export an app you are a collaborator on, then import the app b
86
86
87
87
### After the app is migrated
88
88
89
-
After the migration process, you need to be added to the Azure authoring resource by the app owner.
89
+
After the migration process, if you need access to the original app, you need to be added to the Azure authoring resource as a collaborator by the app owner.
0 commit comments