Skip to content

Commit 1d589c4

Browse files
fix image markdown
1 parent 9a08da9 commit 1d589c4

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

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

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,49 +18,46 @@ Azure API for FHIR supports the $export command, which allows you to export the
1818
The steps are:
1919

2020
1. Enable Managed Identity on Azure API for FHIR.
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.
21+
1. Create an Azure storage account and assign permissions to Azure API for FHIR to the storage account, if necessary.
22+
1. Select the storage account in Azure API for FHIR as the export storage account.
2323

24-
## Enabling Managed Identity on Azure API for FHIR
24+
## Enable managed identity on Azure API for FHIR
2525

2626
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

2828
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-
![fhir-mi-enabled-new](media/configure-export-data/fhir-mi-enabled-new.png)
30+
:::image type="content" source="media/export-data/fhir-mi-enabled.png" alt-text="Screenshot showing how to turn on a managed identity." lightbox="media/export-data/fhir-mi-enabled.png":::
3131

32-
In the next step, create a storage account and assign permission to our service.
32+
Then, create a storage account and assign permission to the service.
3333

34-
## Adding permission to storage account
34+
## Add permission to storage account
3535

36-
The next step in export data is to assign permission for Azure API for FHIR to write to the storage account.
36+
Next, assign permission for Azure API for FHIR to write to the storage account.
3737

38-
After you've created a storage account, browse to the **Access Control (IAM)** in the storage account, and then select **Add role assignment**.
38+
After you create a storage account, go to the **Access Control (IAM)** in the storage account, and then select **Add role assignment**.
3939

40-
For more information about assigning roles in the Azure portal, see [Azure built-in roles](../../role-based-access-control/role-assignments-portal.yml).
40+
For more information, see [Azure built-in roles](../../role-based-access-control/role-assignments-portal.yml).
4141

42-
It's here that you'll add the role [Storage Blob Data Contributor](../../role-based-access-control/built-in-roles.md#storage-blob-data-contributor) to our service name, and then select **Save**.
42+
It's here that you add the role [Storage Blob Data Contributor](../../role-based-access-control/built-in-roles.md#storage-blob-data-contributor) to the service name, and then select **Save**.
4343

44-
[ ![Screenshot of add role assignment page.](../../../includes/role-based-access-control/media/add-role-assignment-page.png) ](../../../includes/role-based-access-control/media/add-role-assignment-page.png#lightbox)
44+
:::image type="content" source="../../../includes/role-based-access-control/media/add-role-assignment-page.png" alt-text="Screenshot showing RBAC assignment page." lightbox="../../../includes/role-based-access-control/media/add-role-assignment-page.png":::
4545

46-
Now you’re ready to select the storage account in Azure API for FHIR as a default storage account for $export.
46+
Next, select the storage account in Azure API for FHIR as a default storage account for $export.
4747

48-
## Selecting the storage account for $export
48+
## Select 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 **Export** in Azure API for FHIR and select the storage account.
50+
The final step is to assign the Azure storage account to export the data to. Go to **Export** in Azure API for FHIR and then select the storage account.
5151

52-
![fhir-export-storage-new](media/configure-export-data/fhir-export-storage-new.png)
52+
![fhir-export-storage](media/configure-export-data/fhir-export-storage.png)
5353

54-
After you've completed this final step, you’re now ready to export the data using $export command.
54+
After you complete this final step, you’re ready to export the data by using the $export command.
5555

5656
> [!Note]
57-
> Only storage accounts in the same subscription as that for Azure API for FHIR are allowed to be registered as the destination for $export operations.
57+
> Only storage accounts in the same subscription as that for Azure API for FHIR can be registered as the destination for $export operations.
5858
5959
## Next steps
6060

61-
In this article, you learned the steps in configuring export settings that allow you to export data out the Azure API for FHIR to a storage account. For more information about configuring database settings, access control, enabling diagnostic logging, and using custom headers to add data to audit logs, see
61+
[Additional settings](azure-api-for-fhir-additional-settings.md)
6262

63-
>[!div class="nextstepaction"]
64-
>[Additional Settings](azure-api-for-fhir-additional-settings.md)
65-
66-
FHIR® is a registered trademark of [HL7](https://hl7.org/fhir/) and is used with the permission of HL7.
63+
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

0 commit comments

Comments
 (0)