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
@@ -82,8 +82,8 @@ Azure RBAC has a new experience for assigning Azure roles in the Azure portal th
82
82
| Type | Description |
83
83
| --- | --- |
84
84
|**User, group, or service principal**| If you want to assign the role to a user, group, or service principal (application), select this type. |
85
-
|**Userassigned managed identity**| If you want to assign the role to a [user-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md), select this type. |
86
-
|*Systemassigned managed identity*| If you want to assign the role to a [system-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md), select the Azure service instance where the managed identity is located. |
85
+
|**User-assigned managed identity**| If you want to assign the role to a [user-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md), select this type. |
86
+
|*System-assigned managed identity*| If you want to assign the role to a [system-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md), select the Azure service instance where the managed identity is located. |
87
87
88
88

89
89
@@ -171,23 +171,21 @@ Azure RBAC has a new experience for assigning Azure roles in the Azure portal th
171
171
172
172

173
173
174
-
1. Click **Save** to add the users, groups, or service principals to the Members list.
174
+
1. Click **Select** to add the users, groups, or service principals to the Members list.
175
175
176
176
1. To assign the selected role to one or more managed identities, select **Managed identity**.
177
177
178
178
1. Click **Select members**.
179
179
180
-
1. In the **Select managed identities** pane, select whether the type is [system-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md) or [user-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md).
180
+
1. In the **Select managed identities** pane, select whether the type is [user-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md) or [system-assigned managed identity](../active-directory/managed-identities-azure-resources/overview.md).
181
181
182
182
1. Find and select the managed identities.
183
183
184
-
If you selected a system-assigned managed identity, you need to select the Azure service instance where the managed identity is located.
184
+
For system-assigned managed identities, you can select managed identities by Azure service instance.
185
185
186
-

186
+

187
187
188
-

189
-
190
-
1. Click **Save** to add the managed identities to the Members list.
188
+
1. Click **Select** to add the managed identities to the Members list.
191
189
192
190
1. In the **Description** box enter an optional description for this role assignment.
193
191
@@ -197,7 +195,7 @@ Azure RBAC has a new experience for assigning Azure roles in the Azure portal th
197
195
198
196
## Step 5: (Optional) Add condition (preview)
199
197
200
-
If you selected a role that supports conditions, a **Condition** tab will appear and you have the option to add a condition to your role assignment. A [condition](conditions-overview.md) is an additional check that you can optionally add to your role assignment to provide more fine-grained access control.
198
+
If you selected a role that supports conditions, a **Conditions (optional)** tab will appear and you have the option to add a condition to your role assignment. A [condition](conditions-overview.md) is an additional check that you can optionally add to your role assignment to provide more fine-grained access control.
201
199
202
200
Currently, conditions can be added to built-in or custom role assignments that have [storage blob data actions](conditions-format.md#actions). These include the following built-in roles:
0 commit comments