Skip to content

Commit 129ca83

Browse files
Merge pull request #261231 from mmitrik/mmitrik/cmk-updates
Tweaks to CMK docs for DICOM service.
2 parents 8ba9126 + 2d5e875 commit 129ca83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/healthcare-apis/dicom/configure-customer-managed-keys.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ By using customer-managed keys (CMK), you can protect and control access to your
3030

3131
- To prevent losing the encryption key for the DICOM service, the key vault or managed HSM must have **soft delete** and **purge protection** enabled. These features allow you to recover deleted keys for a certain time (default 90 days) and block permanent deletion until that time is over.
3232

33-
- When using a managed HSM, if the vault has disabled public traffic and has a private endpoint, a user-assigned managed identity must be used with the DICOM service.
34-
3533
## Enable a managed identity for the DICOM service
3634

3735
You can use either a system-assigned or user-assigned managed identity. To find out the differences between a system-assigned and user-assigned managed identity, see [Managed identity types](/entra/identity/managed-identities-azure-resources/overview).
@@ -296,7 +294,7 @@ For the DICOM service to operate properly, it must always have access to the key
296294

297295
In any scenario where the DICOM service can't access the key, API requests return with `500` errors and the data is inaccessible until access to the key is restored. The [Azure Resource health](../../service-health/overview.md) view for the DICOM service helps you diagnose key access issues.
298296

299-
If key access is lost, ensure you have updated the key and required resources so they're accessible by the DICOM service. For more information, see [Create or update REST API for the DICOM service](/rest/api/healthcareapis/dicom-services/create-or-update). Make sure to match all the properties and identities with your current DICOM service.
297+
If key access is lost for more than 30 minutes, make sure you update the DICOM service to refresh the key access. For more information, see [Update the DICOM service with the encryption key](#update-the-dicom-service-with-the-encryption-key). If you don't also update the DICOM service, it continues to be unavailable even when key access is restored.
300298

301299
## Update the DICOM service after changing a managed identity
302300
If you change the managed identity in any way, such as moving your DICOM service to a different tenant or subscription, the DICOM service isn't able to access your keys until you update the service manually with an ARM template deployment. For steps, see [Use an ARM template to update the encryption key](configure-customer-managed-keys.md#update-the-key-by-using-an-arm-template).

0 commit comments

Comments
 (0)