Role Assignment

Role assignment allows us to grant specific users access to specific resources at specific levels. This forms the backbone of Azure Role-Based Access Control or Azure RBAC.

RBAC is required because it is like controlling access to the resources under your jurisdiction to make sure the relevant people are able to access the required resources. 

Role Assignment = Role definition + Security Principal + Scope

Role Based Access Control in Microsoft Azure

Pre-requisite:- Azure

Azure role-based access control is an access management system built over Azure Resource Manager which provides fine-grained access to specific users over specific resources.

Similar Reads

Role Assignment

Role assignment allows us to grant specific users access to specific resources at specific levels. This forms the backbone of Azure Role-Based Access Control or Azure RBAC....

Role Definition or Azure Roles

Role definition (referring to an Azure role) is a group of actions that can be performed by a particular entity. They are nothing but a set of permissions required to deal with the resources present on the Azure portal.  A basic role definition looks like the following (in Azure PowerShell)...

Steps to Create a Role Assignment

Step 1: Let’s say you have a resource group called demorg and want to give someone named John Green the contributor role....

Contact Us