nerdexam
Microsoft

AZ-400 · Question #450

You have an Azure subscription that contains four Azure virtual machines. You need to configure the virtual machines to use a single identity. The solution must meet the following requirements: - Ensu

The correct answer is B. a user-assigned managed identity. https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure- resources/overview#managed-identity-types - User-assigned. You may also create a managed identity as a standalone Azure resource. You can create a user- assigned managed identity and assign it to o

Submitted by chiamaka_o· Mar 6, 2026Design and implement processes and communications

Question

You have an Azure subscription that contains four Azure virtual machines. You need to configure the virtual machines to use a single identity. The solution must meet the following requirements: - Ensure that the credentials for the identity are managed automatically. - Support granting privileges to the identity. Which type of identity should you use?

Options

  • Aa system-assigned managed identity
  • Ba user-assigned managed identity
  • Ca service principal
  • Da user account

How the community answered

(64 responses)
  • A
    3% (2)
  • B
    80% (51)
  • C
    13% (8)
  • D
    5% (3)

Explanation

https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure- resources/overview#managed-identity-types - User-assigned. You may also create a managed identity as a standalone Azure resource. You can create a user- assigned managed identity and assign it to one or more Azure Resources. When you enable a user-assigned managed identity: -- A service principal of a special type is created in Azure AD for the identity. The service principal is managed separately from the resources that use it. -- User-assigned identities can be used by multiple resources. -- You authorize the managed identity to have access to one or more services.

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice