nerdexam
Microsoft

AZ-104 · Question #824

You have an Azure container registry in the Standard tier. You need to enable the admin user account and retrieve the password for the account. Which settings should you use?

The correct answer is D. Access keys. To enable the admin user account and get the password for an Azure Container Registry (Standard tier or higher), navigate to your registry in the Azure portal, select Access keys under the Settings menu, and toggle the Admin user to Enable. After enabling, the username and…

Submitted by anjalisingh· Mar 4, 2026Implement and manage storage

Question

You have an Azure container registry in the Standard tier. You need to enable the admin user account and retrieve the password for the account. Which settings should you use?

Options

  • ANetworking
  • BProperties
  • CIdentity
  • DAccess keys

How the community answered

(43 responses)
  • A
    2% (1)
  • B
    7% (3)
  • C
    12% (5)
  • D
    79% (34)

Explanation

To enable the admin user account and get the password for an Azure Container Registry (Standard tier or higher), navigate to your registry in the Azure portal, select Access keys under the Settings menu, and toggle the Admin user to Enable. After enabling, the username and password for the admin account will be displayed on the same page. Note: Steps to Enable and Get Credentials 1. Log in to the Azure portal: Open your web browser and sign in to the Azure portal. 2. Navigate to your container registry: Search for your container registry in the portal and select it. 3. Open Access keys: In the left-hand menu of your container registry's pane, scroll down and select Access keys under the Settings section. 4. Enable the admin user: Look for the Admin user section and change its status from "Disabled" 5. Retrieve credentials: Once enabled, you will see the Login name (often "Admin") and the Password displayed. These credentials can be used for docker login or other Docker commands to interact with your registry. https://learn.microsoft.com/en-us/azure/container-registry/container-registry-authentication

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice