Skip to content

Commit 9929d8e

Browse files
authored
Merge pull request #191210 from dksimpson/1912257-RBAC-fix-1
Update RBAC role assignment steps - batch 1
2 parents d057257 + e5de947 commit 9929d8e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Authenticate to Azure App Configuration using managed identities
55
author: AlexandraKemperMS
66
ms.author: alkemper
77
ms.service: azure-app-configuration
8-
ms.custom: devx-track-csharp, fasttrack-edit
8+
ms.custom: devx-track-csharp, fasttrack-edit, subject-rbac-steps
99
ms.topic: conceptual
1010
ms.date: 04/08/2021
1111
---
@@ -54,20 +54,25 @@ 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 App Service. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
58+
5759
1. In the [Azure portal](https://portal.azure.com), select **All resources** and select the App Configuration store that you created in the quickstart.
5860

5961
1. Select **Access control (IAM)**.
6062

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+
![Access control (IAM) page with Add role assignment menu open.](../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png)
6266

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

65-
1. Under **Subscription**, select your Azure subscription. Select the App Service resource for your app.
69+
![Add role assignment page with Role tab selected.](../../includes/role-based-access-control/media/add-role-assignment-role-generic.png)
6670

67-
1. Select **Save**.
71+
1. On the **Members** tab, select **Managed identity**, and then select **Select members**.
6872

69-
![Add a managed identity](./media/add-managed-identity.png)
73+
1. Select your Azure subscription, select **System-assigned managed identity**, and then select **App Service**.
7074

75+
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
7176

7277
## Use a managed identity
7378

Binary file not shown.

0 commit comments

Comments
 (0)