Skip to content

Commit 050b594

Browse files
committed
edit pass: four-dicom-articles
1 parent 336f87e commit 050b594

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

articles/healthcare-apis/dicom/export-dicom-files.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ The DICOM service provides the ability to easily export DICOM data in a file for
1616
There are three steps to exporting data from the DICOM service:
1717

1818
- 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.
2020
- Use the export API to create a new export job to export the data.
2121

2222
## Enable managed identity for the DICOM service
2323

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).
2525

2626
1. In the Azure portal, browse to the DICOM service that you want to export from and select **Identity**.
2727

@@ -35,25 +35,25 @@ The first step to export data from the DICOM service is to enable a system-manag
3535

3636
:::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":::
3737

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.
3939

40-
## Give storage account permissions to the system-managed identity
40+
## Give storage account permissions to the system-assigned managed identity
4141

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.
4343

4444
1. Under **Permissions**, select **Azure role assignments**.
4545

4646
:::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":::
4747

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

5050
* Under **Scope**, select **Storage**.
5151
* Under **Resource**, select the destination storage account for the export operation.
5252
* Under **Role**, select **Storage Blob Data Contributor**.
5353

5454
:::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":::
5555

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.
5757

5858
## Use the export API
5959

articles/healthcare-apis/dicom/get-started-with-dicom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ DICOMcast is currently available as an [open-source](https://github.com/microsof
7373

7474
## Next steps
7575

76-
[Deploy DICOM service using the Azure portal](deploy-dicom-services-in-azure.md)
76+
[Deploy the DICOM service by using the Azure portal](deploy-dicom-services-in-azure.md)
7777

7878
[!INCLUDE [FHIR and DICOM trademark statements](../includes/healthcare-apis-fhir-dicom-trademark.md)]

articles/healthcare-apis/dicom/import-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Bulk import is a quick way to add data to the DICOM® service. Importing DICO
2020
## Prerequisites
2121

2222
- **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).
2424

2525
## Enable a system-assigned managed identity
2626

@@ -69,7 +69,7 @@ Here's an example of how to configure bulk import in an ARM template:
6969

7070
## Import data
7171

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`.
7373

7474
Within the new resource group, two resources are created:
7575

0 commit comments

Comments
 (0)