Skip to content

Commit 2f303fc

Browse files
Merge pull request #185658 from barclayn/mi-image-replace
replacing some images with updated images
2 parents 586b24e + 1f5d180 commit 2f303fc

10 files changed

+11
-10
lines changed

articles/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: msi
1010
ms.devlang:
1111
ms.topic: how-to
1212
ms.workload: identity
13-
ms.date: 01/11/2022
13+
ms.date: 01/20/2022
1414
ms.author: barclayn
1515
zone_pivot_groups: identity-mi-methods
1616
---
@@ -44,9 +44,10 @@ To create a user-assigned managed identity, your account needs the [Managed Iden
4444
- **Region**: Choose a region to deploy the user-assigned managed identity, for example, **West US**.
4545
- **Name**: Enter the name for your user-assigned managed identity, for example, UAI1.
4646

47-
[!INCLUDE [ua-character-limit](~/includes/managed-identity-ua-character-limits.md)]
47+
[!INCLUDE [ua-character-limit](~/includes/managed-identity-ua-character-limits.md)]
4848

49-
![Screenshot that shows the Create User Assigned Managed Identity pane.](media/how-to-manage-ua-identity-portal/create-user-assigned-managed-identity-portal.png)
49+
:::image type="content" source="media/how-manage-user-assigned-managed-identities/create-user-assigned-managed-identity-portal.png" alt-text="Screenshot that shows the Create User Assigned Managed Identity pane.":::
50+
5051
1. Select **Review + create** to review the changes.
5152
1. Select **Create**.
5253

@@ -57,8 +58,9 @@ To list or read a user-assigned managed identity, your account needs the [Manage
5758
1. Sign in to the [Azure portal](https://portal.azure.com) by using an account associated with the Azure subscription to list the user-assigned managed identities.
5859
1. In the search box, enter **Managed Identities**. Under **Services**, select **Managed Identities**.
5960
1. A list of the user-assigned managed identities for your subscription is returned. To see the details of a user-assigned managed identity, select its name.
61+
1. You can now view the details about the managed identity as shown in the image below.
6062

61-
![Screenshot that shows the list of user-assigned managed identity.](media/how-to-manage-ua-identity-portal/list-user-assigned-managed-identity-portal.png)
63+
:::image type="content" source="media/how-manage-user-assigned-managed-identities/list-user-assigned-managed-identity-portal.png" alt-text="Screenshot that shows the list of user-assigned managed identity.":::
6264

6365
## Delete a user-assigned managed identity
6466

@@ -70,7 +72,8 @@ Deleting a user-assigned identity doesn't remove it from the VM or resource it w
7072
1. Select the user-assigned managed identity, and select **Delete**.
7173
1. Under the confirmation box, select **Yes**.
7274

73-
![Screenshot that shows the Delete user-assigned managed identities.](media/how-to-manage-ua-identity-portal/delete-user-assigned-managed-identity-portal.png)
75+
76+
:::image type="content" source="media/how-manage-user-assigned-managed-identities/delete-user-assigned-managed-identity-portal.png" alt-text="Screenshot that shows the Delete user-assigned managed identities.":::
7477

7578
## Assign a role to a user-assigned managed identity
7679

@@ -81,21 +84,19 @@ To assign a role to a user-assigned managed identity, your account needs the [Us
8184
1. A list of the user-assigned managed identities for your subscription is returned. Select the user-assigned managed identity that you want to assign a role.
8285
1. Select **Access control (IAM)**, and then select **Add role assignment**.
8386

84-
![Screenshot that shows the user-assigned managed identity start.](media/how-to-manage-ua-identity-portal/assign-role-screenshot1.png)
87+
:::image type="content" source="media/how-manage-user-assigned-managed-identities/assign-role.png" alt-text="Screenshot that shows the user-assigned managed identity start.":::
88+
8589

8690
1. In the **Add role assignment** pane, configure the following values, and then select **Save**:
8791
- **Role**: The role to assign.
8892
- **Assign access to**: The resource to assign the user-assigned managed identity.
8993
- **Select**: The member to assign access.
9094

91-
![Screenshot that shows the user-assigned managed identity IAM.](media/how-to-manage-ua-identity-portal/assign-role-screenshot2.png)
92-
95+
![Screenshot that shows the user-assigned managed identity IAM.](media/how-manage-user-assigned-managed-identities/assign-role-screenshot-02.png)
9396

9497

9598
::: zone-end
9699

97-
98-
99100
::: zone pivot="identity-mi-methods-azcli"
100101

101102
In this article, you learn how to create, list, delete, or assign a role to a user-assigned managed identity by using the Azure CLI.
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)