Skip to content

Commit 9b13c74

Browse files
Merge pull request #106027 from diberry/diberry/0228-luis-migrate
[Cogsvcs] LUIS - migration errors
2 parents 42afda6 + 6ba77fe commit 9b13c74

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

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

Lines changed: 5 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: 12/30/2019
12+
ms.date: 02/28/2020
1313
ms.author: diberry
1414
---
1515

@@ -27,7 +27,10 @@ If you do not have an Azure subscription, [sign up](https://azure.microsoft.com/
2727

2828
## Access the migration process
2929

30-
On a weekly basis, you are prompted to migrate your apps. You can cancel this window without migrating. If you want to migrate before the next scheduled period, you can begin the migration process from the **Lock** icon on the top tool bar of the LUIS portal.
30+
On a weekly basis, you are prompted to migrate your apps. You can cancel this window without migrating. If you want to migrate before the next scheduled period, you can begin the migration process from the **Azure** icon on the top tool bar of the LUIS portal.
31+
32+
> [!div class="mx-imgBorder"]
33+
> ![Migration icon](./media/migrate-authoring-key/migration-button.png)
3134
3235
## App owner begins the migration process
3336

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

Lines changed: 11 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: 12/05/2019
12+
ms.date: 02/28/2020
1313
ms.author: diberry
1414
---
1515

@@ -30,7 +30,7 @@ For example, you are the owner of 2 LUIS apps, and you have different members wh
3030

3131
Migration includes:
3232

33-
* All users of LUIS, owners and contributors.
33+
* All users of LUIS, owners, and contributors.
3434
* **All** apps.
3535
* A **one-way** migration.
3636

@@ -75,7 +75,7 @@ After the migration process, all your LUIS apps are now assigned to a single LUI
7575

7676
You can create more authoring resources and assign from the **Manage -> Azure resources** page in the _LUIS portal_.
7777

78-
You can add contributors to the authoring resource from the _Azure portal_, on the **Access Control (IAM)** page for that resource. See [add contributor access](luis-migration-authoring-steps.md#after-the-migration-process-add-contributors-to-your-authoring-resource) for more information.
78+
You can add contributors to the authoring resource from the _Azure portal_, on the **Access Control (IAM)** page for that resource. For more information, see [add contributor access](luis-migration-authoring-steps.md#after-the-migration-process-add-contributors-to-your-authoring-resource).
7979

8080
|Portal|Purpose|
8181
|--|--|
@@ -99,13 +99,18 @@ The app owner needs to [add your email to the Azure authoring resource as a coll
9999

100100
After the migration process, any apps you own are available on the **My apps** page of the LUIS portal.
101101

102-
## Troubleshooting
102+
## Troubleshooting the migration process for LUIS authoring
103103

104-
* LUIS authoring keys are only visible in the LUIS portal after the migration process is complete. If you create the authoring keys, such as with the LUIS CLI, the user still needs to complete the migration process.
104+
* LUIS authoring keys are only visible in the LUIS portal after the migration process is complete. If you create the authoring keys, such as with the LUIS CLI, the user still needs to complete the migration process in the LUIS portal.
105105
* If a migrated user adds a non-migrated user as a contributor on their azure resource, the non-migrated user will have no access to the apps unless they migrate.
106-
* If a non-migrated user is not an owner to any apps but he is a collaborator to other apps that are owned by others and the owners have undergone the migration process, this user will need to migrate to have access to the apps.
106+
* If a non-migrated user is not an owner to any apps but is a collaborator to other apps that are owned by others and the owners have undergone the migration process, this user will need to migrate to have access to the apps.
107107
* If a non-migrated user added another migrated user as a collaborator to their app, an error will occur as you will not be able to add a migrated user as a collaborator to an app. The non-migrated user will then have to go through the migration process and create an azure resource and add the migrated user as a contributor to that resource.
108108

109+
You receive an error during the migration process if:
110+
* Your subscription doesn't authorize you to create Cognitive Services resources
111+
* Your migration negatively impacts any applications runtime. When migrating, any collaborators are removed from your apps and you are removed as a collaborator from other apps. This process means the keys you assigned get removed too. The migration gets blocked if you have assigned keys in other apps. Remove the key you assigned safely before migrating. If you know that the key that you assigned isn’t used in the runtime, then you need to remove it to be able to progress in the migration.
112+
113+
109114
## Next steps
110115

111116
* [How to migrate your app to an authoring resource](luis-migration-authoring-steps.md)
6.37 KB
Loading

0 commit comments

Comments
 (0)