AI-102 · Question #266
Drag and Drop Question You have a Docker host named Host1 that contains a container base image. You have an Azure subscription that contains a custom speech-to-text model named model1. You need to…
The correct answer is Request approval to run the container.; Export model1 to Host1.; Run the container. To run a custom Azure Speech-to-text model on a local Docker host, you must first request approval from Microsoft to use Speech containers (as they are gated/controlled-access containers requiring explicit approval). Once approved, you export model1 as a container image to…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Request approval to run the container.
- Export model1 to Host1.
- Run the container.
Explanation
To run a custom Azure Speech-to-text model on a local Docker host, you must first request approval from Microsoft to use Speech containers (as they are gated/controlled-access containers requiring explicit approval). Once approved, you export model1 as a container image to Host1, and then run the container using the Docker run command with the appropriate billing and API key parameters. This sequence follows Microsoft's required workflow for deploying custom Speech containers in disconnected or on-premises environments.
Topics
Community Discussion
No community discussion yet for this question.
