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.
Question
Options
- AYes
- BNo
How the community answered
(20 responses)- A65% (13)
- B35% (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.
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.
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.