Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 4.65 KB

role-based-access-control-configure.md

File metadata and controls

78 lines (59 loc) · 4.65 KB
title description services documentationcenter author manager ms.assetid ms.service ms.devlang ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author ms.reviewer
Role-Based Access Control in the Azure portal | Microsoft Docs
Get started in access management with Role-Based Access Control in the Azure Portal. Use role assignments to assign permissions to your resources.
active-directory
andredm7
mtillman
8078f366-a2c4-4fbb-a44b-fc39fd89df81
active-directory
na
get-started-article
na
identity
07/17/2017
andredm
rqureshi

Use Role-Based Access Control to manage access to your Azure subscription resources

[!div class="op_single_selector"]

Azure Role-Based Access Control (RBAC) enables fine-grained access management for Azure. Using RBAC, you can grant only the amount of access that users need to perform their jobs. This article helps you get up and running with RBAC in the Azure portal. If you want more details about how RBAC helps you manage access, see What is Role-Based Access Control.

Within each subscription, you can grant up to 2000 role assignments.

View access

You can see who has access to a resource, resource group, or subscription from its main blade in the Azure portal. For example, we want to see who has access to one of our resource groups:

  1. Select Resource groups in the navigation bar on the left.
    Resource groups - icon

  2. Select the name of the resource group from the Resource groups blade.

  3. Select Access control (IAM) from the left menu.

  4. The Access control blade lists all users, groups, and applications that have been granted access to the resource group.

    Users blade - inherited vs assigned access screenshot

Notice that some roles are scoped to This resource while others are Inherited it from another scope. Access is either assigned specifically to the resource group or inherited from an assignment to the parent subscription.

Note

Classic subscription admins and co-admins are considered owners of the subscription in the new RBAC model.

Add Access

You grant access from within the resource, resource group, or subscription that is the scope of the role assignment.

  1. Select Add on the Access control blade.

  2. Select the role that you wish to assign from the Select a role blade.

  3. Select the user, group, or application in your directory that you wish to grant access to. You can search the directory with display names, email addresses, and object identifiers.

    Add users blade - search screenshot

  4. Select OK to create the assignment. The Adding user popup tracks the progress.
    Adding user progress bar - screenshot

After successfully adding a role assignment, it will appear on the Users blade.

Remove Access

  1. Hover your cursor over the name of the assignment that you want to remove. A check box appears next to the name.
  2. Use the check boxes to select one or more role assignments.
  3. Select Remove.
  4. Select Yes to confirm the removal.

Inherited assignments cannot be removed. If you need to remove an inherited assignment, you need to do it at the scope where the role assignment was created. In the Scope column, next to Inherited there is a link that takes you to the resources where this role was assigned. Go to the resource listed there to remove the role assignment.

Users blade - inherited access disables remove button screenshot

Other tools to manage access

You can assign roles and manage access with Azure RBAC commands in tools other than the Azure portal. Follow the links to learn more about the prerequisites and get started with the Azure RBAC commands.

Next Steps