AZ-900 · Question #212
Your company uses management groups to manage resources in your Azure tenant more efficiently. User1 should be able to assign access and assign policies to management groups. You need to determine to
The correct answer is A. User Access Administrator. To allow User1 to assign access (RBAC roles) and assign policies to management groups while adhering to least privilege, the User Access Administrator role is the most appropriate choice.
Question
Options
- AUser Access Administrator
- BOwner
- CManagement Group Contributor
- DContributor
How the community answered
(22 responses)- A68% (15)
- B18% (4)
- C9% (2)
- D5% (1)
Why each option
To allow User1 to assign access (RBAC roles) and assign policies to management groups while adhering to least privilege, the User Access Administrator role is the most appropriate choice.
The User Access Administrator role grants the ability to manage user access to Azure resources, specifically allowing the assignment of RBAC roles. While it doesn't directly assign policies, it allows User1 to assign other roles, such as Policy Contributor, to themselves or others, thereby enabling policy assignment indirectly and adhering to the principle of least privilege.
The Owner role provides full access to all resources and the ability to delegate access, which violates the principle of least privilege as it grants more permissions than required.
The Management Group Contributor role can manage management groups and their policies, but it does not include the permission to assign RBAC roles (manage access) to others.
The Contributor role can manage most Azure resources but does not have permissions to assign RBAC roles or to directly manage policy assignments at the management group scope.
Concept tested: Azure RBAC least privilege for access delegation
Source: https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
Community Discussion
No community discussion yet for this question.