Skip to content

Commit 668166d

Browse files
author
Matjaz
committed
update
1 parent c18d56e commit 668166d

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,29 @@ First step in configuring Azure API for FHIR for export is to enable system wide
2626

2727
To do so, navigate to Azure API for FHIR service and select Identity blade. Changing the status to On will enable managed identity in Azure API for FHIR Service.
2828

29-
![Enable Managed Identity](media/export-data/FHIR-MI-Enabled.png)
29+
![Enable Managed Identity](media/export-data/fhir-mi-enabled.png)
3030

3131
Now we can move to next step and create a storage account and assign permission to our service.
3232

3333
## Adding permission to storage account
3434

3535
Next step in export is to assign permission for Azure API for FHIR service to write to the storage account.
3636

37-
After we have created a storage account, navigate to Access Control (AIM) blade in Storage Account and select Add Role Assignments
37+
After we have created a storage account, navigate to Access Control (IAM) blade in Storage Account and select Add Role Assignments
3838

39-
![Enable Managed Identity](media/export-data/FHIR-Export-Role-Assignment.png)
39+
![Enable Managed Identity](media/export-data/fhir-export-role-assignment.png)
4040

4141
Here we then add role Storage Blob Data Contributor to our service name.
4242

43-
![Enable Managed Identity](media/export-data/FHIR-Export-Role-Add.png)
43+
![Enable Managed Identity](media/export-data/fhir-export-role-add.png)
4444

4545
Now we are ready for next step where we can select the storage account in Azure API for FHIR as a default storage account for $export.
4646

4747
## Selecting the storage account for $export
4848

4949
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
5050

51-
![Enable Managed Identity](media/export-data/FHIR-Export-Storage.png)
51+
![Enable Managed Identity](media/export-data/fhir-export-storage.png)
5252

5353
After that we are ready to export the data using $export command.
5454

@@ -57,4 +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)
61+
62+
>[!div class="nextstepaction"]
63+
>[Additional Settings](azure-api-for-fhir-additional-settings.md)
-11.5 KB
Loading
-7.26 KB
Loading

0 commit comments

Comments
 (0)