nerdexam
Microsoft

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…

Submitted by marco_it· Mar 30, 2026Implement knowledge mining and document intelligence solutions / Deploy Azure AI services in containers (Azure AI-102 / AI Engineer Associate)

Question

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 run model1 on Host1. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

AI-102 question #266 exhibit

Answer Area

Drag items

Retrain the model.Request approval to run the container.Export model1 to Host1.Run the container.Configure disk logging.

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

#Azure Cognitive Services#Custom Speech#Docker Containers#Speech-to-Text

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice