Azure-Samples / LUIS-DevOps-Template

Template repo encapsulating best engineering practices and DevOps using GitHub Actions for the development of a LUIS application.
MIT License
21 stars 17 forks source link

Azure authoring endpoint issue if you don't migrate old LUIS account to Azure #40

Closed ikivanc closed 4 years ago

ikivanc commented 4 years ago

I was using LUIS portal without migrating my existing apps to Azure. image

If you don't migrate your LUIS app, you're not able to see authoring endpoint dropdown list image

This is happening even you're using Preview version of LUIS portal.

And tried all steps without migrating and it failed in pipeline because of it's looking for an authoring endpoint of my LUIS app which cannot be tied in old portal.

If we can provide below LUIS migration guidance for old users that would be great https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-migration-authoring https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-migration-authoring-steps

AndyCW commented 4 years ago

Dup of #35

AndyCW commented 4 years ago

PRing changes that address this.