Functionality and Usage of RBAC

https://www.youtube.com/watch?v=0iVyJBG06fM&list=PLlVtbbG169nED0_vMEniWBQjSoxTsBYS3&index=46

Role Based Access Control

  • Roles allow you to perform action(s)

  • Role assignment is that for a certain identity, you can apply a role to a particular scope

  • Scope + action + identity = Role assignment

  • Enforced via the Azure Resource Manager (ARM)

  • Inheritance is on and allows permissions to flow down

  • Permissions are additive in nature and build on top of each other

Last updated