Managing Role-Based Access Control on Azure
Difficulty: Intermediate
Duration: 1 minute and 31 seconds
Students: 10,740
Rating: 4.7/5
Role-Based Access Control, or RBAC, is how you can manage access to resources in Azure. RBAC works by creating role assignments that can apply to different levels of your tenant. A role assignment is broken down into three elements: the security principal, the role definition, and the scope you apply it to.
Custom roles in Azure's role-based access control provide the flexibility for any organization to create roles that are not covered by the built-in roles.
We will also look at common scenarios when troubleshooting role-based access control in Azure.
Learning Objectives
- Identify the different elements that create the role assignment
- Configure access to resources in Azure
- Implement a custom role
- Troubleshoot common RBAC problems
Intended Audience
- People who want to become Azure administrators
Prerequisites
- General knowledge of the Azure portal
Related Training Content
To discover more lessons covering Microsoft Azure topics, visit our dedicated Azure Training Library.
Covered Topics