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
Copy file name to clipboardExpand all lines: articles/healthcare-apis/azure-api-for-fhir/configure-export-data.md
+19-22Lines changed: 19 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,49 +18,46 @@ Azure API for FHIR supports the $export command, which allows you to export the
18
18
The steps are:
19
19
20
20
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.
23
23
24
-
## Enabling Managed Identity on Azure API for FHIR
24
+
## Enable managed identity on Azure API for FHIR
25
25
26
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
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.
:::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":::
31
31
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.
33
33
34
-
## Adding permission to storage account
34
+
## Add permission to storage account
35
35
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.
37
37
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**.
39
39
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).
41
41
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**.
43
43
44
-
[](../../../includes/role-based-access-control/media/add-role-assignment-page.png#lightbox)
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.
47
47
48
-
## Selecting the storage account for $export
48
+
## Select 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 **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.
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.
55
55
56
56
> [!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.
58
58
59
59
## Next steps
60
60
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
0 commit comments