Skip to content

Commit 5cbaad2

Browse files
committed
Incorporate review comments
1 parent 248ce8a commit 5cbaad2

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

articles/azure-app-configuration/howto-integrate-azure-managed-service-identity.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ To set up a managed identity in the portal, you first create an application and
5454

5555
## Grant access to App Configuration
5656

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

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

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)**.
6462

6563
1. Select **Add** > **Add role assignment**.
6664

@@ -70,19 +68,9 @@ The following steps describe how to assign the App Configuration Data Reader rol
7068

7169
![Add role assignment page with Role tab selected.](../../includes/role-based-access-control/media/add-role-assignment-role-generic.png)
7270

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**.
8472

85-
1. Select **Next**.
73+
1. Select your Azure subscription, select **System-assigned managed identity**, and then select **App Service**.
8674

8775
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
8876

0 commit comments

Comments
 (0)