An administrator manages an Azure tenant with the following resource hierarchy:
* Management Group: `MG-Corp`
* Subscription: `Sub-Dev`
* Resource Group: `RG-App`
A user named User1 needs to view all resources within `RG-App`.
Which two role assignments will allow User1 to view the resources? (Select two.)
- Assign the Reader role to User1 at the `RG-App` scope.Answer
- Assign the Reader role to User1 at the `Sub-Dev` scope.Answer
- CAssign the Global Reader role to User1 in Microsoft Entra ID.
- DAssign the Reader role to User1 at an Administrative Unit scope containing the resource group.
Answer
Assigning the Reader role to User1 at the resource group scope, or assigning the Reader role to User1 at the subscription scope.
Assigning the Reader role at either the resource group scope (direct assignment) or the subscription scope (inherited assignment) successfully grants read access to all resources within the resource group. Azure RBAC assignments inherit down the resource hierarchy: from subscription to resource group to child resources.
Step-by-Step Solution
Key Concept
Azure RBAC role assignments can be applied at different scopes, and child resources inherit role assignments from parent scopes (Management Groups, Subscriptions, and Resource Groups).