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/azure-app-configuration/howto-integrate-azure-managed-service-identity.md
+5-17Lines changed: 5 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,13 +54,11 @@ To set up a managed identity in the portal, you first create an application and
54
54
55
55
## Grant access to App Configuration
56
56
57
-
The following steps describe how to assign the App Configuration Data Reader role to the App Service system-managed identity. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
57
+
The following steps describe how to assign the App Configuration Data Reader role to App Service. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
58
58
59
-
1.Sign in to the [Azure portal](https://portal.azure.com) as [User Access Administrator](../role-based-access-control/built-in-roles.md#user-access-administrator) or [Owner](../role-based-access-control/built-in-roles.md#owner).
59
+
1.In the [Azure portal](https://portal.azure.com), select **All resources** and select the App Configuration store that you created in the quickstart.
60
60
61
-
1. In the Azure portal, select **All resources** and select the App Configuration store that you created in the quickstart.
62
-
63
-
1. In the navigation menu, select **Access control (IAM)**.
61
+
1. Select **Access control (IAM)**.
64
62
65
63
1. Select **Add** > **Add role assignment**.
66
64
@@ -70,19 +68,9 @@ The following steps describe how to assign the App Configuration Data Reader rol
70
68
71
69

72
70
73
-
1. On the **Members** tab, select **Managed identity**.
74
-
75
-
1. Choose **Select members**.
76
-
77
-
1. In the **Select managed identities** pane, select **System-assigned managed identity**.
78
-
79
-
1. Find and select the **App Service** managed identity.
80
-
81
-
1. Choose **Select** to add the managed identities to the Members list.
82
-
83
-
1. In the **Description** box, enter an optional description for this role assignment.
71
+
1. On the **Members** tab, select **Managed identity**, and then select **Select members**.
84
72
85
-
1. Select **Next**.
73
+
1. Select your Azure subscription, select **System-assigned managed identity**, and then select **App Service**.
86
74
87
75
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
0 commit comments