Skip to content

Commit 1bb0a4b

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

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Configure export settings in FHIR service
3-
description: This article describes how to configure export settings in the Azure Health Data Services FHIR service
3+
description: "FHIR service export configuration: Enable managed identity, assign storage roles, and protect your data exports. Follow our step-by-step guide."
44
author: expekesheth
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 03/23/2026
8+
ms.date: 03/24/2026
99
ms.author: kesheth
1010
ms.reviewer: v-catheribun
1111
ms.custom:
@@ -18,7 +18,7 @@ ms.custom:
1818

1919
The FHIR® service supports the `$export` operation [specified by HL7](https://www.hl7.org/fhir/uv/bulkdata/) for exporting FHIR data from a FHIR server. In the FHIR service implementation, when you call the `$export` endpoint, the FHIR service exports data into a preconfigured Azure storage account. The storage account must be a Blob or Azure Data Lake Storage Gen2 (ADLS Gen2) account with hierarchical namespaces enabled.
2020

21-
This article describes how to configure export settings for the FHIR service. If your FHIR service is outside the network boundary of your storage account, you can configure access by allowing the FHIR service as a Microsoft trusted service or by allowing specific IP addresses to access the storage account. For more information, see [Secure the FHIR service `$export` operation](#secure-the-fhir-service-export-operation).
21+
This article describes how to configure export settings for the FHIR service and give the FHIR service permission to access your storage account. If your FHIR service is outside the network boundary of your storage account, you can configure access by allowing the FHIR service as a Microsoft trusted service or by allowing specific IP addresses to access the storage account. For more information, see [Secure the FHIR service `$export` operation](#secure-the-fhir-service-export-operation).
2222

2323
## Prerequisites
2424

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Configure Import Settings in the FHIR Service in Azure Health Data Services"
2+
title: Configure Import Settings in the FHIR Service in Azure Health Data Services
33
description: Learn how to configure import settings in the FHIR service in Azure Health Data Services, including managed identity, storage permissions, and secure import operations.
44
author: Expekesheth
55
ms.service: azure-health-data-services
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 03/23/2026
8+
ms.date: 03/24/2026
99
ms.author: kesheth
1010
ms.reviewer: v-catheribun
1111
ms.custom: sfi-image-nochange
@@ -15,7 +15,7 @@ ms.custom: sfi-image-nochange
1515

1616
The FHIR® service supports the `$import` operation [specified by HL7](https://www.hl7.org/fhir/uv/bulkdata/) for importing FHIR data from a FHIR server. In the FHIR service implementation, when you call the `$import` endpoint, the FHIR service imports data into a preconfigured Azure storage account. The storage account must be a Blob or Azure Data Lake Storage Gen2 (ADLS Gen2) account with hierarchical namespaces enabled.
1717

18-
This article describes how to configure import settings for the FHIR service. If your FHIR service is outside the network boundary of your storage account, you can configure access by allowing the FHIR service as a Microsoft trusted service or by allowing specific IP addresses to access the storage account. For more information, see [Secure the FHIR service `$import` operation](#secure-the-fhir-service-import-operation).
18+
This article describes how to configure import settings for the FHIR service and give the FHIR service permission to access your storage account. If your FHIR service is outside the network boundary of your storage account, you can configure access by allowing the FHIR service as a Microsoft trusted service or by allowing specific IP addresses to access the storage account. For more information, see [Secure the FHIR service `$import` operation](#secure-the-fhir-service-import-operation).
1919

2020
## Prerequisites
2121

0 commit comments

Comments
 (0)