Invalid argument, Invalid subscription key when trying to add Azure key

I am trying to configure my LUIS application in luis.ai (because it seems like I cannot configure it directly in Azure?). In any case, I created the Language Understanding Intelligent Service (LUIS) resource (preview), but when I enter one of the keys from this resource into "My Keys" in luis.ai, I get this error: "Bad argument, invalid subscription "Key"

In addition, I just tried to publish the application using bootstrap and got the following errors:

{"statusCode": 401, "message": "Access is denied due to an invalid subscription key. Be sure to specify a valid key for the active subscription." } enter image description here

+2
2

, . , luis.ai WestUS.

eu.luis.ai, WestEU.

+6

LUIS SDK Bu Builder, Luis :

[LuisModel ( "YOUR-LUIS-APP-ID", "YOUR-LUIS-EUROPEAN-KEY", : "Westeurope.api.cognitive.microsoft.com" )]

, LUIS EU.LUIS, .

, .

+2

Source: https://habr.com/ru/post/1672792/


All Articles