
Explanation
According to the course AI-102T00: Designing and Implementing a Microsoft Azure AI Solution1, the correct sequence of actions to run model1 on Host1 is:
Export model1 to Host1
Run the container
Configure disk logging
The explanation and references are as follows:
Export model1 to Host1: This step is required to deploy the custom speech-to-text model to the Docker host. You can use the Azure portal or the Azure CLI to export the model as a container image2.
Run the container: This step is required to start the container and run the model on the Docker host. You can use the Docker CLI to run the container image3.
Configure disk logging: This step is optional but recommended to monitor the performance and health of the container. You can use the Docker CLI to configure disk logging for the container4.