microsoft / Cognitive-LUIS-Windows

Windows (.Net) SDK for the Microsoft Language Understanding Intelligent Service API, part of Congitive Services
www.microsoft.com/cognitive-services/en-us/language-understanding-intelligent-service-luis
Other
134 stars 78 forks source link

Migration to the authorization azure resource #92

Open c-jarp opened 4 years ago

c-jarp commented 4 years ago

In order to automate deployments, we use a specific account user to use the API, However, with the new changes coming, migration is mandatory by the next year. In order to have the automation on the deploys, we use the API to check if certain models already exist, if they exist update and publish ,otherwise create and publish.

So, even though you create an azure authoring resource and get an authoring key, it does not allow you to use the API 2.0, and you get the following message: "The apps - Get applications list Operation under LUIS Programmatic APIs v2.0 API is not supported with the current subscription key and pricing tier LUIS.S0."

As you can see, the tier is not even free, it's paid. Is this a bug? is this intended? should we still create/update LUIS with an account?