Skip to content

Commit 627b1f4

Browse files
authored
Merge pull request #87772 from diberry/0908-luis-migrate
[Cogsvcs] LUIS - migration updates
2 parents 6ecc375 + 0880500 commit 627b1f4

File tree

5 files changed

+31
-8
lines changed

5 files changed

+31
-8
lines changed

articles/cognitive-services/LUIS/luis-migration-authoring-steps.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 09/02/2019
12+
ms.date: 09/08/2019
1313
ms.author: diberry
1414
---
1515

@@ -20,7 +20,7 @@ From the Language Understanding (LUIS) portal, migrate all the apps you own to u
2020
## Prerequisites
2121

2222
* **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.
2424
* **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.
2525

2626
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
3333

3434
The migration process is available if you are the owner of any LUIS apps.
3535

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.
3737
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.
3838

3939
![First pop-up window in migration process, select Migrate now.](./media/migrate-authoring-key/migrate-now.png)
4040

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

43-
![Send collaborators email about migration](./media/migrate-authoring-key/send-collaborators-email.png)
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+
```
4459

4560
1. Choose to create a LUIS authoring resource by selecting **Start by creating an authoring resource to migrate your apps to**.
4661

4762
![Create authoring resource](./media/migrate-authoring-key/choose-authoring-resource.png)
4863

49-
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.
5065

5166
![Create authoring resource](./media/migrate-authoring-key/choose-authoring-resource-form.png)
5267

@@ -59,6 +74,10 @@ The migration process is available if you are the owner of any LUIS apps.
5974
* **Location** - the location choice is based on the **resource group** selection.
6075
* **Pricing tier** - the pricing tier determines the maximum transaction per second and month.
6176

77+
1. Validate your authoring resource and **Migrate now**.
78+
79+
![Create authoring resource](./media/migrate-authoring-key/choose-authoring-resource-and-migrate.png)
80+
6281
1. When the authoring resource is created, the success message is shown. Select **Close** to close the pop-up window.
6382

6483
![Your authoring resource was successfully created.](./media/migrate-authoring-key/migration-success.png)
@@ -67,6 +86,10 @@ The migration process is available if you are the owner of any LUIS apps.
6786

6887
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.
6988

89+
1. Before accessing your apps, select the subscription and LUIS authoring resource to see the apps your can author.
90+
91+
![Select subscription and LUIS authoring resource to see the apps your can author.](./media/migrate-authoring-key/app-list-by-subscription-and-resource.png)
92+
7093
## After the migration process, add contributors to your authoring resource
7194

7295
[!INCLUDE [Manage contributors for the Azure authoring resource for language understanding](./includes/manage-contributors-authoring-resource.md)]

articles/cognitive-services/LUIS/luis-migration-authoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 09/06/2019
12+
ms.date: 09/08/2019
1313
ms.author: diberry
1414
---
1515

@@ -86,7 +86,7 @@ You may choose to export an app you are a collaborator on, then import the app b
8686

8787
### After the app is migrated
8888

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

9191
## Next steps
9292

43.9 KB
Loading
48.7 KB
Loading
19.4 KB
Loading

0 commit comments

Comments
 (0)