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
Question
Options
- Aa system-assigned managed identity
- Ba user-assigned managed identity
- Ca service principal
- Da user account
How the community answered
(64 responses)- A3% (2)
- B80% (51)
- C13% (8)
- D5% (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.