2

I'm trying to migrate my luis account to Azure resource and i get this error:

BadArgument: You have prediction keys assigned in collaborators' apps. These apps will lose access to these keys.

What am I doing wrong? What have I to do?

MrToast
  • 1,159
  • 13
  • 41

1 Answers1

2

I had this same issue, the problem was that there was a prediction resource assigned to an app.

In LUIS, click on "Manage" in the top bar then under "Application Settings" > "Azure Resources" unassign any resources listed, then try the migration again.

Once the migration process has completed, you can simply re-add any of the unassigned resources by clicking the "Add prediction resource" button and then selecting them from the drop-down menus

John Grant
  • 21
  • 2
  • I've already removed my mail adress from the collaborators list of each app using rest api. This automatically removes any resource that has been assigned by me. At the end only 2 luis apps remained, both created by me and none of them has an assigned resource. But when I try to migrate I get the same error saying that there are still prediction keys assigned ... even the error lists only a few resources/apps – MrToast Nov 06 '19 at 09:36
  • 1
    I tried this and migrated, but now my apps are missing. I can't access the apps anymore in LUIS and can't go in and change anything because they're not there. Did you do any step after migrating to get them to show? – EmaadP Apr 18 '20 at 15:45