A company implements a governance strategy for its Azure resources. The environment includes a user account named Admin-User who is assigned the Global Administrator directory role in Microsoft Entra ID. No Azure Role-Based Access Control (RBAC) assignments have been made for Admin-User at any resource scope.
The resource hierarchy is structured as follows:
- Management Group: MG-Shared
- Subscription: Sub-Development
- Resource Group: RG-Web
Admin-User needs to assign the Virtual Machine Contributor role to a developer at the RG-Web scope.
Which configuration must be completed to enable Admin-User to assign this role?
- Elevate access in the Microsoft Entra properties to assign the User Access Administrator role at the root management group scope.Answer
- BUse the Global Administrator privileges to inherit the Owner role automatically on all subscriptions within the Microsoft Entra tenant.
- CAssign the User Access Administrator role to Admin-User within an Administrative Unit that contains the RG-Web resource group.
- DRemove the default Deny assignment inherited from the tenant root management group that blocks Microsoft Entra ID roles from managing subscriptions.
Answer
Elevate access in the Microsoft Entra properties to assign the User Access Administrator role at the root management group scope.
The correct option is correct because Microsoft Entra ID directory roles and Azure RBAC roles are separated. A Global Administrator has no default permissions on Azure subscriptions. To manage them, the administrator must elevate their access in Microsoft Entra properties, which temporarily assigns the User Access Administrator role at the root management group scope ('/'). This inherited role provides the authorization needed to make role assignments at any sub-scope, including the resource group level.
Step-by-Step Solution
Key Concept
Separation of planes between Microsoft Entra ID roles and Azure RBAC roles, and the process of elevating access to assign Azure RBAC roles.