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/healthcare-apis/fhir/configure-import-data.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ To enable a managed identity on the FHIR service:
31
31
32
32
After you enable the managed identity, a system-assigned GUID value appears.
33
33
34
-
[](media/export-data/fhir-mi-enabled.png#lightbox)
34
+

35
+
36
+
35
37
36
38
## Step 2: Assign permissions to the FHIR service
37
39
@@ -44,7 +46,9 @@ Use the following steps to assign permissions to access the storage account:
44
46
3. Add the [Storage Blob Data Contributor](../../role-based-access-control/built-in-roles.md#storage-blob-data-contributor) role to the FHIR service.
45
47
4. Select **Save**.
46
48
47
-
[](media/bulk-import/add-role-assignment-page.png#lightbox)
Now you're ready to select the storage account for import.
50
54
@@ -111,13 +115,13 @@ To securely import FHIR data into the FHIR service from an Azure Data Lake Stora
111
115
1. On the **Firewalls and virtual networks** tab, select **Enabled from selected virtual networks and IP addresses**.
112
116
113
117
[](media/export-data/storage-networking-1.png#lightbox)
114
-
118
+
115
119
1. In the **Resource type** dropdown list, select **Microsoft.HealthcareApis/workspaces**. In the **Instance name** dropdown list, select your workspace.
116
120
117
121
1. In the **Exceptions** section, select the **Allow trusted Microsoft services to access this storage account** checkbox.
118
122
119
123
[](media/export-data/exceptions.png#lightbox)
120
-
124
+
121
125
1. Select **Save** to retain the settings.
122
126
123
127
1. Run the following PowerShell command to install the `Az.Storage` PowerShell module in your local environment. You can use this module to configure your Azure storage accounts by using PowerShell.
@@ -145,7 +149,7 @@ To securely import FHIR data into the FHIR service from an Azure Data Lake Stora
145
149
1. Confirm that under **Resource instances**, **2 selected** appears in the **Instance name** dropdown list. The two selected instances are the name of the workspace instance and the name of the FHIR service instance that you registered as trusted Microsoft resources.
146
150
147
151
[](media/export-data/storage-networking-2.png#lightbox)
148
-
152
+
149
153
You're now ready to securely import FHIR data from the storage account. The storage account is on selected networks and isn't publicly accessible. To securely access the files, you can use [private endpoints](../../storage/common/storage-private-endpoints.md) for the storage account.
150
154
151
155
[!INCLUDE [Specific IP ranges for storage account](../includes/common-ip-address-storage-account.md)]
0 commit comments