Skip to content

Commit d613c8b

Browse files
authored
Merge pull request #194269 from dksimpson/1912257-RBAC-fix-16
Update RBAC role assignment steps - batch 16
2 parents cee5235 + 2f9d468 commit d613c8b

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

articles/healthcare-apis/fhir/configure-export-data.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ranvijaykumar
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: reference
8-
ms.custom: references_regions
8+
ms.custom: references_regions, subject-rbac-steps
99
ms.date: 03/01/2022
1010
ms.author: cavoeg
1111
---
@@ -26,17 +26,27 @@ The first step in configuring the FHIR service for export is to enable system wi
2626

2727
In this step, browse to your FHIR service in the Azure portal, and select the **Identity** blade. Select the **Status** option to **On** , and then select **Save**. **Yes** and **No** buttons will display. Select **Yes** to enable the managed identity for FHIR service. Once the system identity has been enabled, you'll see a system assigned GUID value.
2828

29-
[ ![Enable Managed Identity](media/export-data/fhir-mi-enabled.png) ](media/export-data/fhir-mi-enabled.png#lightbox)
29+
[![Enable Managed Identity](media/export-data/fhir-mi-enabled.png)](media/export-data/fhir-mi-enabled.png#lightbox)
3030

3131
## Assign permissions to the FHIR service to access the storage account
3232

33-
Browse to the **Access Control (IAM)** in the storage account, and then select **Add role assignment**. If the add role assignment option is grayed out, you'll need to ask your Azure Administrator to assign you permission to perform this task.
33+
1. Select **Access Control (IAM)**.
3434

35-
For more information about assigning roles in the Azure portal, see [Azure built-in roles](../../role-based-access-control/role-assignments-portal.md).
35+
1. Select **Add > Add role assignment**. If the **Add role assignment** option is grayed out, ask your Azure administrator to assign you permission to perform this task.
36+
37+
:::image type="content" source="../../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png" alt-text="Screenshot that shows Access control (IAM) page with Add role assignment menu open.":::
38+
39+
1. On the **Roles** tab, select the [Storage Blob Data Contributor](../../role-based-access-control/built-in-roles.md#storage-blob-data-contributor) role.
40+
41+
[![Screen shot showing user interface of Add role assignment page.](../../../includes/role-based-access-control/media/add-role-assignment-page.png)](../../../includes/role-based-access-control/media/add-role-assignment-page.png#lightbox)
3642

37-
Add the role [Storage Blob Data Contributor](../../role-based-access-control/built-in-roles.md#storage-blob-data-contributor) to the FHIR service, and then select **Save**.
43+
1. On the **Members** tab, select **Managed identity**, and then select **Select members**.
3844

39-
[![Screen shot showing user interface of Add role assignment page.](../../../includes/role-based-access-control/media/add-role-assignment-page.png) ](../../../includes/role-based-access-control/media/add-role-assignment-page.png#lightbox)
45+
1. Select **System-assigned managed identity**, and then select the FHIR service.
46+
47+
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
48+
49+
For more information about assigning roles in the Azure portal, see [Azure built-in roles](../../role-based-access-control/role-assignments-portal.md).
4050

4151
Now you're ready to select the storage account in the FHIR service as a default storage account for export.
4252

@@ -49,7 +59,7 @@ The final step is to assign the Azure storage account that the FHIR service will
4959
5060
To do this, select the **Export** blade in FHIR service and select the storage account. To search for the storage account, enter its name in the text field. You can also search for your storage account by using the available filters **Name**, **Resource group**, or **Region**.
5161

52-
[![Screen shot showing user interface of FHIR Export Storage.](media/export-data/fhir-export-storage.png) ](media/export-data/fhir-export-storage.png#lightbox)
62+
[![Screen shot showing user interface of FHIR Export Storage.](media/export-data/fhir-export-storage.png)](media/export-data/fhir-export-storage.png#lightbox)
5363

5464
After you've completed this final step, you're ready to export the data using $export command.
5565

articles/healthcare-apis/fhir/convert-data.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.subservice: fhir
88
ms.topic: overview
99
ms.date: 03/21/2022
1010
ms.author: ranku
11+
ms.custom: subject-rbac-steps
1112
---
1213

1314

@@ -119,15 +120,23 @@ Change the status to **On** to enable managed identity in FHIR service.
119120

120121
### Provide access of the ACR to FHIR service
121122

122-
1. Browse to the **Access control (IAM)** blade.
123+
1. Select **Access Control (IAM)**.
123124

124-
1. Select **Add**, and then select **Add role assignment** to open the Add role assignment page.
125+
1. Select **Add > Add role assignment**. If the **Add role assignment** option is grayed out, ask your Azure administrator to assign you permission to perform this task.
125126

126-
1. Assign the [AcrPull](../../role-based-access-control/built-in-roles.md#acrpull) role.
127+
:::image type="content" source="../../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png" alt-text="Screenshot that shows Access control (IAM) page with Add role assignment menu open.":::
127128

128-
[ ![Add role assignment page](../../../includes/role-based-access-control/media/add-role-assignment-page.png) ](../../../includes/role-based-access-control/media/add-role-assignment-page.png#lightbox)
129+
1. On the **Roles** tab, select the [AcrPull](../../role-based-access-control/built-in-roles.md#acrpull) role.
129130

130-
For more information about assigning roles in the Azure portal, see [Screen image of Azure built-in roles.](../../role-based-access-control/role-assignments-portal.md).
131+
[![Screen shot showing user interface of Add role assignment page.](../../../includes/role-based-access-control/media/add-role-assignment-page.png)](../../../includes/role-based-access-control/media/add-role-assignment-page.png#lightbox)
132+
133+
1. On the **Members** tab, select **Managed identity**, and then select **Select members**.
134+
135+
1. Select **System-assigned managed identity**, and then select the FHIR service.
136+
137+
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
138+
139+
For more information about assigning roles in the Azure portal, see [Azure built-in roles](../../role-based-access-control/role-assignments-portal.md).
131140

132141
### Register the ACR servers in FHIR service
133142

0 commit comments

Comments
 (0)