Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
978 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, if I have two RBAC roles at the same scope let's say resource group one that says user can't delete vm machine (reader) and one that says user can delete vm machine (contributor). Which one will take precedence? If they were at different scope the one that is above will take precedence but what if they were at the same level (scope) ? Thanks
Hi Aleksandar,
The permissions are additive, so the user would have all the rights assigned to both roles. In your example the user would effectively have Contributor.
Please click Accept Answer if the above was useful.
Thanks.
-TP