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
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.
17
17
18
-
There are three steps involved in configuring export in Azure API for FHIR:
18
+
The steps are:
19
19
20
20
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.
23
23
24
24
## Enabling Managed Identity on Azure API for FHIR
25
25
26
-
The first step in configuring Azure API for FHIR for export is to enable systemwide 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).
27
27
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.
29
29
30
-
[](media/export-data/fhir-mi-enabled.png#lightbox)
In the next step, create a storage account and assign permission to our service.
33
33
@@ -47,9 +47,9 @@ Now you’re ready to select the storage account in Azure API for FHIR as a defa
47
47
48
48
## Selecting the storage account for $export
49
49
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.
51
51
52
-
[](media/export-data/fhir-export-storage.png#lightbox)
0 commit comments