Microsoft Azure Administrator — Question 116

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an Azure container registry named Registry1 that contains an image named image1.

You receive an error message when you attempt to deploy a container instance by using image1.

You need to be able to deploy a container instance by using image1.

Solution: You set Admin user to Enable for Registry1.

Does this meet the goal?

Answer options

Correct answer: A

Explanation

Enabling the Admin user for Registry1 provides the necessary credentials to access the container images stored in the registry, which resolves the error encountered during deployment. The alternative option, 'No', is incorrect because it does not offer a solution to the issue of deploying the container instance with the specified image.