Your company has an Azure environment structured with the following resource hierarchy:
* Management Group: `MG-Retail`
* Subscription: `Sub-Retail-Prod`
* Resource Group: `RG-Store-Prod`
* Resource: Virtual Machine named `VM-Web-01`
A user named Admin1 is assigned the Microsoft Entra ID Global Administrator role, but currently has no explicit Azure RBAC role assignments. Admin1 needs to assign the Contributor role to a developer named User2 for the Virtual Machine `VM-Web-01`.
What must Admin1 do first to accomplish this?
- Configure the Access management for Azure resources setting in the Microsoft Entra admin center to grant Admin1 the User Access Administrator role at the root scope.Answer
- BDirectly assign the Contributor role to User2 at the `VM-Web-01` resource level using default Global Administrator permissions.
- CCreate an Administrative Unit, add the `Sub-Retail-Prod` subscription to it, and assign Admin1 the User Access Administrator role at the Administrative Unit scope.
- DRemove the default inheritance block on the `MG-Retail` management group to allow Global Administrator permissions to flow down to child resources.
Answer
Configure the Access management for Azure resources setting in the Microsoft Entra admin center to grant the Global Administrator the User Access Administrator role at the root scope.
To manage Azure resource role assignments, a Microsoft Entra ID Global Administrator must first toggle the 'Access management for Azure resources' setting in the Microsoft Entra admin center. This action grants the administrator the built-in User Access Administrator role at the root scope (), which inherits down the entire hierarchy, permitting them to manage RBAC role assignments at all management group, subscription, resource group, and resource levels.
Step-by-Step Solution
Key Concept
Elevating access for a Microsoft Entra ID Global Administrator to assign Azure RBAC roles