Introduction to Azure RBAC
Azure RBAC stands for Azure Role-Based Access Control. Essentially, this feature allows you to apply access management to your Azure management groups/subscriptions. In addition, Azure RBAC enables you to configure granular control with access to Azure resources and specify which user/admin actions can be taken with the resources you have granted access to.
Here are some examples of the access control conditions you can set:
- Allow one user to manage virtual machines in a specific subscription and another user to only manage networks. This is an example of separating the network controls from the virtual machine controls.
- Provide access to a specific user to only manage all of the resources within a specific resource group.
- Grant access to an application to access specific resources or a resource group.
Lets now take a look at the components of the Desktop Virtualization Contributor:
- Security principle
- Role definition...