Skip to content

Commit 790069a

Browse files
author
Matjaz
committed
Update configure-export-data.md
1 parent d14003b commit 790069a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure API for FHIR supports $export command that allows you to export the data o
1616
There are four steps involved in performing export in Azure API for FHIR:
1717

1818
1. Enable Managed Identity on Azure API for FHIR Service
19-
2. Creating a storage account (if not done before) and assigning permission to Azure API for FHIR to the storage account
19+
2. Creating a Azure storage account (if not done before) and assigning permission to Azure API for FHIR to the storage account
2020
3. Selecting the storage account in Azure API for FHIR as export storage account
2121
4. Executing the export by invoking $export command on Azure API for FHIR
2222

@@ -46,7 +46,7 @@ Now we are ready for next step where we can select the storage account in Azure
4646

4747
## Selecting the storage account for $export
4848

49-
Final step before invoking $export command is to assign the storage account that Azure API for FHIR will use to export the data to. To do this, navigate to Integration blade in Azure API for FHIR service in Azure portal and select the storage account
49+
Final step before invoking $export command is to assign the Azure storage account that Azure API for FHIR will use to export the data to. To do this, navigate to Integration blade in Azure API for FHIR service in Azure portal and select the storage account
5050

5151
![Enable Managed Identity](media/export-data/fhir-export-storage.png)
5252

@@ -57,7 +57,7 @@ After that we are ready to export the data using $export command.
5757
After we have configured Azure API for FHIR for export, we can now go and use the $export command to export the data out of the service into the storage account we specified. To learn how to invoke $export command in FHIR server, please read documentation on $export specification at [https://hl7.org/Fhir/uv/bulkdata/export/index.html](https://hl7.org/Fhir/uv/bulkdata/export/index.html)
5858

5959
> [!IMPORTANT]
60-
> Note that currently Azure API for FHIR only supports System Level Export as defined in Export specification at [https://hl7.org/Fhir/uv/bulkdata/export/index.html](https://hl7.org/Fhir/uv/bulkdata/export/index.html)
60+
> Note that currently Azure API for FHIR only supports System Level Export as defined in Export specification at [https://hl7.org/Fhir/uv/bulkdata/export/index.html](https://hl7.org/Fhir/uv/bulkdata/export/index.html). We also currently do not support query parameters with the $export.
6161
6262
>[!div class="nextstepaction"]
6363
>[Additional Settings](azure-api-for-fhir-additional-settings.md)

0 commit comments

Comments
 (0)