Skip to content

Commit 2968ffd

Browse files
committed
add Ketki's suggestions
1 parent da337bb commit 2968ffd

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article describes how to configure export settings for the FHIR service. If
2323
## Prerequisites
2424

2525
- 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.
2727
- 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).
2828

2929

@@ -96,8 +96,6 @@ To securely export data from the FHIR service outside the network boundary of yo
9696

9797
To enable the FHIR workspace as a trusted Microsoft service, follow these steps:
9898

99-
Ensure that your storage account public network access scope is enabled for selected networks.
100-
10199
1. In the Azure portal, go to your storage account.
102100
1. On the left menu, select **Security + Networking** > **Networking**.
103101
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
136134

137135
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`.
138136

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+
139141
[!INCLUDE [Specific IP ranges for storage account](../includes/common-ip-address-storage-account.md)]
140142

143+
144+
141145
## Next steps
142146

143147
>[!div class="nextstepaction"]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article describes how to configure import settings for the FHIR service. If
2020
## Prerequisites
2121

2222
- 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.
2424
- 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).
2525

2626
## Step 1:Enable a managed identity on the FHIR service for import

articles/healthcare-apis/includes/common-ip-address-storage-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services: azure-health-data-services
33
ms.service: fhir
44
ms.topic: include
55
ms.date: 03/23/2026
6-
author: cebundy-work
6+
author: EXPEkesheth
77
ms.author: kesheth
88
ms.reviewer: v-catheribun
99
---

0 commit comments

Comments
 (0)