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-export-data.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This article describes how to configure export settings for the FHIR service. If
23
23
## Prerequisites
24
24
25
25
- A FHIR service. To create one, see [Deploy the FHIR service](deploy-azure-portal.md).
26
-
- An Azure Blob or Azure Data Lake Storage Gen2 (ADLS Gen2) account configured with [Hierarchical Namespaces (HNS) enabled](../../storage/blobs/create-data-lake-storage-account.md)to use as the destination for exported data.
26
+
- An [Azure Blob or Azure Data Lake Storage Gen2 (ADLS Gen2)](../../storage/common/storage-account-create.md)account.
27
27
- You need the **FHIR Data exporter role** application role. To learn more about application roles, see [Authentication and Authorization for FHIR service](../../healthcare-apis/authentication-authorization.md).
28
28
29
29
@@ -96,8 +96,6 @@ To securely export data from the FHIR service outside the network boundary of yo
96
96
97
97
To enable the FHIR workspace as a trusted Microsoft service, follow these steps:
98
98
99
-
Ensure that your storage account public network access scope is enabled for selected networks.
100
-
101
99
1. In the Azure portal, go to your storage account.
102
100
1. On the left menu, select **Security + Networking** > **Networking**.
103
101
1. On the **Public access** tab, under **Public network access**, select **Manage**.
@@ -136,8 +134,14 @@ To enable the FHIR service as a trusted Microsoft service, use the following Pow
136
134
137
135
1. To verify that the FHIR service is added as a trusted Microsoft service for the storage account, go to the storage account in the Azure portal, and select **JSON view**. Verify that the FHIR service is listed in the `properties.networkAcls.resourceAccessRules`.
138
136
137
+
You're now ready to securely export FHIR data to the storage account.
138
+
139
+
The storage account is on selected networks and isn't publicly accessible. To securely access the files, you can enable [private endpoints](../../storage/common/storage-private-endpoints.md) for the storage account.
140
+
139
141
[!INCLUDE [Specific IP ranges for storage account](../includes/common-ip-address-storage-account.md)]
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/configure-import-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This article describes how to configure import settings for the FHIR service. If
20
20
## Prerequisites
21
21
22
22
- A FHIR service. To create one, see [Deploy the FHIR service](deploy-azure-portal.md).
23
-
- An Azure Blob or Azure Data Lake Storage Gen2 (ADLS Gen2) account configured with [Hierarchical Namespaces (HNS) enabled](../../storage/blobs/create-data-lake-storage-account.md)to use as the destination for imported data.
23
+
- An [Azure Blob or Azure Data Lake Storage Gen2 (ADLS Gen2)](../../storage/common/storage-account-create.md)account.
24
24
- You need to have the **FHIR Data importer role** application role. To learn more about application roles, see [Authentication and Authorization for FHIR service](../../healthcare-apis/authentication-authorization.md).
25
25
26
26
## Step 1:Enable a managed identity on the FHIR service for import
0 commit comments