Skip to content

Commit 7b220ad

Browse files
authored
Merge pull request #173557 from rolyon/rolyon-rbac-managed-identity-select-update
[Azure RBAC] Managed identity select update
2 parents 2e29ece + 6a515b2 commit 7b220ad

File tree

11 files changed

+14
-16
lines changed

11 files changed

+14
-16
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: role-based-access-control
88
ms.subservice: conditions
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 05/07/2021
11+
ms.date: 09/24/2021
1212
ms.author: rolyon
1313
ms.custom: subject-rbac-steps
1414
---
@@ -45,9 +45,9 @@ There are two ways that you can add a condition. You can add a condition when yo
4545

4646
1. Follow the steps to [Assign Azure roles using the Azure portal](role-assignments-portal.md).
4747

48-
1. On the **Condition** tab, click **Add condition**.
48+
1. On the **Conditions (optional)** tab, click **Add condition**.
4949

50-
If you don't see the Condition tab, be sure you selected a role that supports conditions.
50+
If you don't see the Conditions (optional) tab, be sure you selected a role that supports conditions.
5151

5252
![Screenshot of Add role assignment page with Add condition tab for preview experience.](./media/shared/condition.png)
5353

-1.3 KB
Loading
28 KB
Loading
33 Bytes
Loading
3.19 KB
Loading

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: daveba
77
ms.service: role-based-access-control
88
ms.topic: how-to
99
ms.workload: identity
10-
ms.date: 06/25/2021
10+
ms.date: 09/24/2021
1111
ms.author: rolyon
1212
ms.custom: contperf-fy21q3-portal,subject-rbac-steps
1313
---
@@ -82,8 +82,8 @@ Azure RBAC has a new experience for assigning Azure roles in the Azure portal th
8282
| Type | Description |
8383
| --- | --- |
8484
| **User, group, or service principal** | If you want to assign the role to a user, group, or service principal (application), select this type. |
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. |
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. |
8787

8888
![Screenshot of selecting a security principal in Add role assignment.](./media/role-assignments-portal/add-role-assignment-type.png)
8989

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

172172
![Screenshot of Select members pane for preview experience.](./media/shared/select-members.png)
173173

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.
175175

176176
1. To assign the selected role to one or more managed identities, select **Managed identity**.
177177

178178
1. Click **Select members**.
179179

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).
181181

182182
1. Find and select the managed identities.
183183

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.
185185

186-
![Screenshot of Add system-assigned managed identities using Select principal pane for preview experience.](./media/role-assignments-portal/select-managed-identity-system.png)
186+
![Screenshot of Select managed identities pane for preview experience.](./media/role-assignments-portal/select-managed-identity.png)
187187

188-
![Screenshot of Add user-assigned managed identities using Select principal pane for preview experience.](./media/role-assignments-portal/select-managed-identity-user.png)
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.
191189

192190
1. In the **Description** box enter an optional description for this role assignment.
193191

@@ -197,7 +195,7 @@ Azure RBAC has a new experience for assigning Azure roles in the Azure portal th
197195

198196
## Step 5: (Optional) Add condition (preview)
199197

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.
201199

202200
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:
203201

-2.35 KB
Loading
2.36 KB
Loading

0 commit comments

Comments
 (0)