You have an Azure subscription named Sub1 with a resource group named RG1. User1 must be able to create, modify, and delete all types of resources in RG1, but must not be able to grant other users access to RG1. What is the minimum role you should assign to User1 at the RG1 scope?
Show answer and explanation
Correct answer: B · Contributor
Contributor can manage resources at the assigned scope but cannot assign Azure RBAC roles. Assigning it at RG1 gives User1 the required resource management access without access delegation.
Why the other choices do not fit
- A. Owner can manage resources, but can also assign roles. That violates the access restriction.
- C. User Access Administrator manages user access; it does not grant the required general resource management permissions.
- D. Reader can view resources but cannot create, change, or delete them.
