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/dicom/export-dicom-files.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ The DICOM service provides the ability to easily export DICOM data in a file for
16
16
There are three steps to exporting data from the DICOM service:
17
17
18
18
- Enable a system-assigned managed identity for the DICOM service.
19
-
- Configure a new or existing storage account and give permission to the system-managed identity.
19
+
- Configure a new or existing storage account and give permission to the system-assigned managed identity.
20
20
- Use the export API to create a new export job to export the data.
21
21
22
22
## Enable managed identity for the DICOM service
23
23
24
-
The first step to export data from the DICOM service is to enable a system-managed identity. This managed identity is used to authenticate the DICOM service and give permission to the storage account used as the destination for export. For more information about managed identities in Azure, see [About managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md).
24
+
The first step to export data from the DICOM service is to enable a system-assigned managed identity. This managed identity is used to authenticate the DICOM service and give permission to the storage account used as the destination for export. For more information about managed identities in Azure, see [About managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md).
25
25
26
26
1. In the Azure portal, browse to the DICOM service that you want to export from and select **Identity**.
27
27
@@ -35,25 +35,25 @@ The first step to export data from the DICOM service is to enable a system-manag
35
35
36
36
:::image type="content" source="media/dicom-export-confirm-enable.png" alt-text="Screenshot that shows the dialog confirming enabling system identity." lightbox="media/dicom-export-confirm-enable.png":::
37
37
38
-
It takes a few minutes to create the system-managed identity. After the system identity is enabled, an **Object (principal) ID** appears.
38
+
It takes a few minutes to create the system-assigned managed identity. After the system identity is enabled, an **Object (principal) ID** appears.
39
39
40
-
## Give storage account permissions to the system-managed identity
40
+
## Give storage account permissions to the system-assigned managed identity
41
41
42
-
The system-managed identity needs **Storage Blob Data Contributor** permission to write data to the destination storage account.
42
+
The system-assigned managed identity needs **Storage Blob Data Contributor** permission to write data to the destination storage account.
43
43
44
44
1. Under **Permissions**, select **Azure role assignments**.
45
45
46
46
:::image type="content" source="media/dicom-export-azure-role-assignments.png" alt-text="Screenshot that shows the Azure role assignments button on the Identity view." lightbox="media/dicom-export-azure-role-assignments.png":::
47
47
48
-
1. Select **Add role assignment**. On the **Add role assignment**panel, make the following selections:
48
+
1. Select **Add role assignment**. On the **Add role assignment**pane, make the following selections:
49
49
50
50
* Under **Scope**, select **Storage**.
51
51
* Under **Resource**, select the destination storage account for the export operation.
52
52
* Under **Role**, select **Storage Blob Data Contributor**.
53
53
54
54
:::image type="content" source="media/dicom-export-add-role-assignment.png" alt-text="Screenshot that shows the Add role assignment pane." lightbox="media/dicom-export-add-role-assignment.png":::
55
55
56
-
1. Select **Save** to add the permission to the system-managed identity.
56
+
1. Select **Save** to add the permission to the system-assigned managed identity.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/dicom/import-files.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Bulk import is a quick way to add data to the DICOM® service. Importing DICO
20
20
## Prerequisites
21
21
22
22
-**Deploy an instance of the DICOM service.** For more information, see [Deploy the DICOM service](deploy-dicom-services-in-azure.md).
23
-
-**Deploy the events capability for the DICOM service.** For more information, see [Deploy events using the Azure portal](../events/events-deploy-portal.md).
23
+
-**Deploy the events capability for the DICOM service.** For more information, see [Deploy events by using the Azure portal](../events/events-deploy-portal.md).
24
24
25
25
## Enable a system-assigned managed identity
26
26
@@ -69,7 +69,7 @@ Here's an example of how to configure bulk import in an ARM template:
69
69
70
70
## Import data
71
71
72
-
After you enable bulk import, a resource group is provisioned in your Azure subscription. The name of the resource group begins with the prefix `AHDS_`, followed by the workspace and DICOM service name. For example, for the DICOM service named `mydicom` in the workspace `contoso`, the resource group would be named `AHDS_contoso-mydicom`.
72
+
After you enable bulk import, a resource group is provisioned in your Azure subscription. The name of the resource group begins with the prefix `AHDS_`, followed by the workspace and DICOM service name. For example, for the DICOM service named `mydicom` in the workspace `contoso`, the resource group is named `AHDS_contoso-mydicom`.
73
73
74
74
Within the new resource group, two resources are created:
0 commit comments