Issue to setup Luis docker Image on Kubernetes

sam 201 Reputation points
2021-06-10T13:08:25.757+00:00

Hi Team,

We are trying to run Luis Image on Kubernetes for that we have followed below steps.

(1) Pull Luis Image from (docker pull mcr.microsoft.com/azure-cognitive-services/language/luis:latest) url and pushed it to our Private repository.
(2) Created Azure cognitive service and referring the Endpoint and API key in our deployment yaml file
(3) Created and executed Deployment yaml (which include Luis Image environment variables like Eula,Billing,API Key,Http_Proxy) and service yaml

Issue:
After executing above steps we are getting Invalid Api Key error as below .

Container is not in a valid state. Subscription validation failed with status 'Invalid'. Api Key is invalid. You must provide an valid API key to run the container. Find your API key and service region under Keys and Endpoint at your Azure Cognitive Services resource blade in the Azure Portal.

Can anyone please help on this issue. TIA.

Note: we are referring below article to setup Luis image on Kubernetes.
https://learn.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto?tabs=v3

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,866 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.