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
@@ -54,20 +54,25 @@ 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 App Service. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
58
+
57
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.
58
60
59
61
1. Select **Access control (IAM)**.
60
62
61
-
1. On the **Check access** tab, select **Add** in the **Add role assignment** card UI.
63
+
1. Select **Add** > **Add role assignment**.
64
+
65
+

62
66
63
-
1.Under **Role**, select **App Configuration Data Reader**. Under **Assign access to**, select **App Service** under **System assigned managed identity**.
67
+
1.On the **Role** tab, select the **App Configuration Data Reader** role.
64
68
65
-
1. Under **Subscription**, select your Azure subscription. Select the App Service resource for your app.
69
+

66
70
67
-
1.Select **Save**.
71
+
1.On the **Members** tab, select **Managed identity**, and then select **Select members**.
68
72
69
-

73
+
1. Select your Azure subscription, select **System-assigned managed identity**, and then select **App Service**.
70
74
75
+
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
0 commit comments