You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can assign roles to existing Azure AD identities that grants them pre-determined levels of access to an Azure subscription, resource group or individual resource.
Some built-in roles:
Owner : Owner can manage everything, including access.
Contributor : Contributors can manage everything except access.
Reader : Readers can view everything, but can't make changes.
User Access Administrator : Allows you to manage user access to Azure resources.
Virtual Machine Contributor : Allows you to manage virtual machines, but not access to them, and not the virtual network or storage account they are connected to.
Role Assignment
Associates a [security principal](#security-principals) to a role in a given scope.
Security principals
Users
Users in AD of the subscription.
Can be assigned to external Microsoft accounts in same directory.
Groups
AD security groups.
Best practice.
Service principals
Service identities.
Authenticates with Azure AD to communicate with each other.
Can be granted access to other resources by assigning roles.