The Azure resource hierarchy for a retail company consists of the following components:
* Management Group: `MG-Corporate`
* Subscription: `Sub-Production`
* Resource Group: `RG-Web-Apps`
An IT administrator named Admin1 is assigned only the Global Administrator role in the Microsoft Entra ID tenant.
Admin1 must delegate permissions to a development team by assigning the Contributor role at the `RG-Web-Apps` scope. However, Admin1 is currently unable to view `Sub-Production` or `RG-Web-Apps` in the Azure portal.
Which action should Admin1 perform to ensure they can assign the role?
- ACreate a Microsoft Entra Administrative Unit, add `RG-Web-Apps` to the unit, and assign the User Access Administrator role to Admin1.
- BAssign the Owner role to Admin1 at the root management group and create a custom Deny assignment at `Sub-Production` to restrict access to other resource groups.
- Elevate access in the properties of the Microsoft Entra directory to manage Azure resources.Answer
- DAssign the Owner role to Admin1 at the subscription scope using Microsoft Entra ID roles.
Answer
Elevate access in the properties of the Microsoft Entra directory to manage Azure resources.
Elevating access in the properties of the Microsoft Entra directory temporarily grants the Global Administrator the User Access Administrator role at the root scope (). Since permissions inherit down the Azure resource hierarchy, the administrator will receive the User Access Administrator role for all management groups, subscriptions, and resource groups associated with the directory, allowing them to assign roles at the resource group scope.
Step-by-Step Solution
Key Concept
Azure RBAC inheritance and directory-level access elevation
Estimated Time:1m 15s