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
Copy file name to clipboardExpand all lines: articles/role-based-access-control/role-assignments-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,23 +43,23 @@ To be the most effective with the Access control (IAM) blade, it helps if you ca
43
43
44
44
1.**What role do they need?**
45
45
46
-
Permissions are grouped together into roles. You can select from a list of several [built-in roles](built-in-roles.md) or you use your own custom roles.
46
+
Permissions are grouped together into roles. You can select from a list of several [built-in roles](built-in-roles.md) or you can use your own custom roles.
47
47
48
48
1.**Where do they need access?**
49
49
50
50
Where refers to the set of resources that the access applies to. Where can be a management group, subscription, resource group, or a single resource such as a storage account. This is called the *scope*.
51
51
52
52
## Add a role assignment
53
53
54
-
Follow these steps to assign a role at different scopes.
54
+
In Azure RBAC, to grant access to an Azure resource, you add a role assignment. Follow these steps to assign a role.
55
55
56
-
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.
56
+
1. In the Azure portal, click **All services** and then select the scope that you want to grant access to. For example, you can select **Management groups**, **Subscriptions**, **Resource groups**, or a resource.
57
57
58
58
1. Click the specific resource for that scope.
59
59
60
60
1. Click **Access control (IAM)**.
61
61
62
-
1. Click the **Role assignments** tab to view all the role assignments at this scope.
62
+
1. Click the **Role assignments** tab to view the role assignments at this scope.
63
63
64
64

65
65
@@ -89,11 +89,11 @@ To make a user an administrator of an Azure subscription, assign them the [Owner
89
89
90
90
1. In the Azure portal, click **All services** and then **Subscriptions**.
91
91
92
-
1. Click the subscription where you want to add a role assignment.
92
+
1. Click the subscription where you want to grant access.
93
93
94
94
1. Click **Access control (IAM)**.
95
95
96
-
1. Click the **Role assignments** tab to view all the role assignments for this subscription.
96
+
1. Click the **Role assignments** tab to view the role assignments for this subscription.
97
97
98
98

99
99
@@ -117,7 +117,7 @@ To make a user an administrator of an Azure subscription, assign them the [Owner
117
117
118
118
## Remove a role assignment
119
119
120
-
In RBAC, to remove access, you remove a role assignment. Follow these steps to remove a role assignment.
120
+
In Azure RBAC, to remove access from an Azure resource, you remove a role assignment. Follow these steps to remove a role assignment.
121
121
122
122
1. Open **Access control (IAM)** at a scope, such as management group, subscription, resource group, or resource, where you want to remove access.
0 commit comments