Skip to content

Commit 9a08da9

Browse files
Continues work from PR#276425
1 parent 2aeacf7 commit 9a08da9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

articles/healthcare-apis/azure-api-for-fhir/configure-export-data.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure export settings in Azure API for FHIR
3-
description: This article describes how to configure export settings in Azure API for FHIR
3+
description: Learn how to configure export settings in Azure API for FHIR.
44
author: expekesheth
55
ms.service: healthcare-apis
66
ms.subservice: fhir
@@ -9,25 +9,25 @@ ms.date: 09/27/2023
99
ms.author: kesheth
1010
---
1111

12-
# Configure export settings in Azure API for FHIR and set up a storage account
12+
# Configure export settings in Azure API for FHIR
1313

1414
[!INCLUDE [retirement banner](../includes/healthcare-apis-azure-api-fhir-retirement.md)]
1515

16-
Azure API for FHIR supports $export command that allows you to export the data out of Azure API for FHIR account to a storage account.
16+
Azure API for FHIR supports the $export command, which allows you to export the data out of an Azure API for FHIR account to a storage account.
1717

18-
There are three steps involved in configuring export in Azure API for FHIR:
18+
The steps are:
1919

2020
1. Enable Managed Identity on Azure API for FHIR.
21-
2. Create an Azure storage account (if not done before) and assign permissions to Azure API for FHIR to the storage account.
22-
3. Select the storage account in Azure API for FHIR as export storage account.
21+
2. If necessary, create an Azure storage account and assign permissions to Azure API for FHIR to the storage account.
22+
3. Select the storage account in Azure API for FHIR as the export storage account.
2323

2424
## Enabling Managed Identity on Azure API for FHIR
2525

26-
The first step in configuring Azure API for FHIR for export is to enable system wide managed identity on the service. For more information about managed identities in Azure, see [About managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md).
26+
First, enable system-wide managed identity on the service. For more information, see [About managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md).
2727

28-
Browse to the Azure API for FHIR and select **Identity**. Changing the status to **On** will enable managed identity in Azure API for FHIR.
28+
In the Azure portal, go to the Azure API for FHIR service. Select **Identity**. Changing the status to **On** enables managed identity in Azure API for FHIR.
2929

30-
[ ![Screenshot of the enable managed identity page.](media/export-data/fhir-mi-enabled.png) ](media/export-data/fhir-mi-enabled.png#lightbox)
30+
![fhir-mi-enabled-new](media/configure-export-data/fhir-mi-enabled-new.png)
3131

3232
In the next step, create a storage account and assign permission to our service.
3333

@@ -47,9 +47,9 @@ Now you’re ready to select the storage account in Azure API for FHIR as a defa
4747

4848
## Selecting the storage account for $export
4949

50-
The final step is to assign the Azure storage account that Azure API for FHIR will use to export the data to. To do this, go to **Integration** in Azure API for FHIR and select the storage account.
50+
The final step is to assign the Azure storage account that Azure API for FHIR will use to export the data to. To do this, go to **Export** in Azure API for FHIR and select the storage account.
5151

52-
[ ![Screenshot of FHIR Export Storage.](media/export-data/fhir-export-storage.png) ](media/export-data/fhir-export-storage.png#lightbox)
52+
![fhir-export-storage-new](media/configure-export-data/fhir-export-storage-new.png)
5353

5454
After you've completed this final step, you’re now ready to export the data using $export command.
5555

-91 KB
Loading
-150 KB
Loading

0 commit comments

Comments
 (0)