nerdexam
Microsoft

AZ-104 · Question #792

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…

The correct answer is A. Yes. Enabling the admin user for an Azure Container Registry provides a convenient way to authenticate to the registry using a username and password, which resolves common authentication errors when deploying container instances.

Submitted by yuriko_h· Mar 4, 2026Deploy and manage Azure compute resources

Question

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?

Options

  • AYes
  • BNo

How the community answered

(20 responses)
  • A
    65% (13)
  • B
    35% (7)

Why each option

Enabling the admin user for an Azure Container Registry provides a convenient way to authenticate to the registry using a username and password, which resolves common authentication errors when deploying container instances.

AYesCorrect

The admin user account in Azure Container Registry provides a username and two passwords that are required for basic authentication when pulling images from the registry. Enabling this account resolves common authentication errors that prevent deploying container instances from images stored in the registry.

BNo

Concept tested: Azure Container Registry authentication for deployments

Source: https://learn.microsoft.com/en-us/azure/container-registry/container-registry-authentication?tabs=azure-cli#admin-account

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice