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/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.subservice: msi
10
10
ms.devlang:
11
11
ms.topic: how-to
12
12
ms.workload: identity
13
-
ms.date: 01/11/2022
13
+
ms.date: 01/20/2022
14
14
ms.author: barclayn
15
15
zone_pivot_groups: identity-mi-methods
16
16
---
@@ -44,9 +44,10 @@ To create a user-assigned managed identity, your account needs the [Managed Iden
44
44
-**Region**: Choose a region to deploy the user-assigned managed identity, for example, **West US**.
45
45
-**Name**: Enter the name for your user-assigned managed identity, for example, UAI1.

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
+
50
51
1. Select **Review + create** to review the changes.
51
52
1. Select **Create**.
52
53
@@ -57,8 +58,9 @@ To list or read a user-assigned managed identity, your account needs the [Manage
57
58
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.
58
59
1. In the search box, enter **Managed Identities**. Under **Services**, select **Managed Identities**.
59
60
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.
60
62
61
-

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.":::
62
64
63
65
## Delete a user-assigned managed identity
64
66
@@ -70,7 +72,8 @@ Deleting a user-assigned identity doesn't remove it from the VM or resource it w
70
72
1. Select the user-assigned managed identity, and select **Delete**.
71
73
1. Under the confirmation box, select **Yes**.
72
74
73
-

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.":::
74
77
75
78
## Assign a role to a user-assigned managed identity
76
79
@@ -81,21 +84,19 @@ To assign a role to a user-assigned managed identity, your account needs the [Us
81
84
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.
82
85
1. Select **Access control (IAM)**, and then select **Add role assignment**.
83
86
84
-

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
+
85
89
86
90
1. In the **Add role assignment** pane, configure the following values, and then select **Save**:
87
91
-**Role**: The role to assign.
88
92
-**Assign access to**: The resource to assign the user-assigned managed identity.
89
93
-**Select**: The member to assign access.
90
94
91
-

92
-
95
+

93
96
94
97
95
98
::: zone-end
96
99
97
-
98
-
99
100
::: zone pivot="identity-mi-methods-azcli"
100
101
101
102
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.
0 commit comments