Azure Role-Based Access Control (RBAC)

2023-07-03T07:52:35+00:00

Bookmarks Concepts Roles Best Practices Validate Your Knowledge Azure Role-Based Access Control Cheat Sheet A role-based access control service to manage user’s access to Azure resources including what they can do with those resources and what areas they can access. It is an authorization system based on Azure Resource Manager, which provides fine-grained access management of Azure resources. Concepts A role assignment is composed of security principal, role definition, and scope. Security Principal - an object representing a user, group, service principal, and managed identity that requests access to Azure resources. Role Definition [...]