Skip to content

Commit 41ba3cf

Browse files
committed
Refreshed screenshots and tweaks to text
1 parent 600ccb0 commit 41ba3cf

9 files changed

+16
-6
lines changed
36.6 KB
Loading
2.89 KB
Loading
8.04 KB
Loading
726 Bytes
Loading
6.19 KB
Loading
-2.6 KB
Loading
3.78 KB
Loading
63.4 KB
Loading

articles/role-based-access-control/role-assignments-portal.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: na
1212
ms.topic: conceptual
1313
ms.tgt_pltfrm: na
1414
ms.workload: identity
15-
ms.date: 11/25/2019
15+
ms.date: 01/25/2020
1616
ms.author: rolyon
1717
ms.reviewer: bagovind
1818
---
@@ -31,7 +31,7 @@ To add or remove role assignments, you must have:
3131

3232
## Overview of Access control (IAM)
3333

34-
**Access control (IAM)** is the blade that you use to assign roles. It's also known as identity and access management and appears in several locations in the Azure portal. The following shows an example of the Access control (IAM) blade for a subscription.
34+
**Access control (IAM)** is the blade that you use to assign roles to grant access to Azure resources. It's also known as identity and access management and appears in several locations in the Azure portal. The following shows an example of the Access control (IAM) blade for a subscription.
3535

3636
![Access control (IAM) blade for a subscription](./media/role-assignments-portal/access-control-subscription.png)
3737

@@ -55,18 +55,22 @@ Follow these steps to assign a role at different scopes.
5555

5656
1. In the Azure portal, click **All services** and then select the scope. For example, you can select **Management groups**, **Subscriptions**, **Resource groups**, or a resource.
5757

58-
1. Click the specific resource.
58+
1. Click the specific resource for that scope.
5959

6060
1. Click **Access control (IAM)**.
6161

6262
1. Click the **Role assignments** tab to view all the role assignments at this scope.
6363

64-
1. Click **Add** > **Add role assignment** to open the Add role assignment pane.
64+
![Access control (IAM) and Role assignments tab](./media/role-assignments-portal/role-assignments.png)
65+
66+
1. Click **Add** > **Add role assignment**.
6567

6668
If you don't have permissions to assign roles, the Add role assignment option will be disabled.
6769

6870
![Add menu](./media/role-assignments-portal/add-menu.png)
6971

72+
The Add role assignment pane opens.
73+
7074
![Add role assignment pane](./media/role-assignments-portal/add-role-assignment.png)
7175

7276
1. In the **Role** drop-down list, select a role such as **Virtual Machine Contributor**.
@@ -77,6 +81,8 @@ Follow these steps to assign a role at different scopes.
7781

7882
After a few moments, the security principal is assigned the role at the selected scope.
7983

84+
![Add role assignment saved](./media/role-assignments-portal/add-role-assignment-save.png)
85+
8086
## Assign a user as an administrator of a subscription
8187

8288
To make a user an administrator of an Azure subscription, assign them the [Owner](built-in-roles.md#owner) role at the subscription scope. The Owner role gives the user full access to all resources in the subscription, including the permission to grant access to others. These steps are the same as any other role assignment.
@@ -89,12 +95,16 @@ To make a user an administrator of an Azure subscription, assign them the [Owner
8995

9096
1. Click the **Role assignments** tab to view all the role assignments for this subscription.
9197

92-
1. Click **Add** > **Add role assignment** to open the Add role assignment pane.
98+
![Access control (IAM) and Role assignments tab](./media/role-assignments-portal/role-assignments.png)
99+
100+
1. Click **Add** > **Add role assignment**.
93101

94102
If you don't have permissions to assign roles, the Add role assignment option will be disabled.
95103

96104
![Add menu](./media/role-assignments-portal/add-menu.png)
97105

106+
The Add role assignment pane opens.
107+
98108
![Add role assignment pane](./media/role-assignments-portal/add-role-assignment.png)
99109

100110
1. In the **Role** drop-down list, select the **Owner** role.
@@ -123,7 +133,7 @@ In RBAC, to remove access, you remove a role assignment. Follow these steps to r
123133

124134
1. In the remove role assignment message that appears, click **Yes**.
125135

126-
Inherited role assignments cannot be removed. If you need to remove an inherited role assignment, you must 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 scope where this role was assigned. Go to the scope listed there to remove the role assignment.
136+
If you see a message that inherited role assignments cannot be removed, you are trying to remove a role assignment at a child scope. You should open Access control (IAM) at the scope where the role was assigned and try again. A quick way to open Access control (IAM) at the correct scope is to look at the **Scope** column and click the link next to **(Inherited)**.
127137

128138
![Remove role assignment message](./media/role-assignments-portal/remove-role-assignment-inherited.png)
129139

0 commit comments

Comments
 (0)