Final answer:
To start an Azure AI Language Understanding container, you need to retrieve the LuisAppId and LuisAPIKey or AuthoringKey from your Language Understanding resource.
Step-by-step explanation:
If you plan to use an Azure AI Language Understanding container, there are two critical values from the underlying Language Understanding (LUIS) resource that you need to retrieve to start the container:
- LuisAppId: The application ID for the LUIS app that you exported, which uniquely identifies the app within the LUIS.ai service.
- LuisAPIKey or AuthoringKey: The API key or authoring key that grants you access to your LUIS resources on Azure. This key is used to authenticate your requests.
Ensure you have these values before you begin the deployment of your container. Without them, you will not be able to properly authenticate and use the Language Understanding services within your application.