Role Based Access Control (RBAC) (part 1 of 3)
To read part 2, please click here To read part 3, please click here Plan for RBAC Role Based Access Control (RBAC) manages users access to Azure resources, what they can do with those resources, and what areas they have access to. It is an authorization system built on Azure Resource Manager that offers fine-grained access management of resources in Azure. What can I do with RBAC? The following examples will help you to understand this: Allow one user to manage virtual machines in a subscription and another to manage virtual networks. Allow a DBA group to manage SQL databases in a subscription. Allow a user to manage all the resources in a resource group, like VMs, websites, and subnets. Allow an application to access all resources in a resource group. How RBAC works? You can easily control access to the resources by creating role assignments using RBAC to enforce permissions. Role assignment contains three elements- security principal, role definit...