An administrator assigns User1 the Reader role at the subscription scope. Within this subscription, there is a resource group named Dev-RG. The administrator assigns User2 the Contributor role at the scope of Dev-RG. Which of the following statements about their inherited permissions are correct? (Select TWO)
- User1 can view all resources within the subscription, including those inside Dev-RG.Answer
- User2 can create and delete resources within Dev-RG, but cannot grant other users access to the resource group.Answer
- CUser2 can create nested resource groups inside Dev-RG to organize resources.
- DUser1 can enforce a rule that blocks the deployment of virtual machines of specific sizes within Dev-RG.
Answer
The correct statements are that User1 can view all resources within the subscription, and User2 can manage resources within Dev-RG without being able to grant access to others.
The correct statements are that the user with the Reader role at the subscription scope can view all resources in the subscription, and the user with the Contributor role at the resource group scope can create and delete resources within that resource group. Reader permissions inherit downwards from the subscription to all resource groups. The Contributor role grants full resource management rights but does not permit role assignments.
Step-by-Step Solution
Key Concept
Azure Role-Based Access Control (RBAC) inheritance and scope boundaries, and its distinction from Azure Policy.