Skip to content

Commit 22cb140

Browse files
committed
update encrypt data at rest
1 parent 6b48a3a commit 22cb140

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

articles/ai-services/document-intelligence/authentication/encrypt-data-at-rest.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,30 @@ author: erindormier
66
manager: venkyv
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 11/19/2024
9+
ms.date: 03/19/2025
1010
monikerRange: '<=doc-intel-4.0.0'
1111
---
1212

1313

14-
# Document Intelligence encryption of data at rest
14+
# Encrypt data at rest
1515

1616
[!INCLUDE [applies to v4.0, v3.1, v3.0, and v2.1](../includes/applies-to-v40-v31-v30-v21.md)]
1717

1818
> [!IMPORTANT]
1919
>
2020
> * Earlier versions of customer managed keys only encrypted your models.
21-
> *Starting with the ```07/31/2023``` release, all new resources use customer managed keys to encrypt both the models and document results.
22-
> To upgrade an existing service to encrypt both the models and the data, simply disable and reenable the customer managed key.
21+
> * Beginning with the ```07/31/2023``` release, all new resources utilize customer-managed keys (`CMK`) to encrypt both models and document results.
22+
> * [Delete analyze response](/rest/api/aiservices/document-models/delete-analyze-result?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true&tabs=HTTP). the `analyze response` is stored for 24 hours from when the operation completes for retrieval. For scenarios where you want to delete the response sooner, use the delete analyze response API to delete the response.
23+
> * To upgrade an existing service to encrypt both the models and the data, disable and reenable the customer managed key.
2324
24-
Azure AI Document Intelligence automatically encrypts your data when persisting it to the cloud. Document Intelligence encryption protects your data to help you to meet your organizational security and compliance commitments.
25+
Azure AI Document Intelligence automatically encrypts your data when persisting it to the cloud. Document Intelligence encryption protects your data to help you to meet your organizational security and compliance commitments.
2526

2627
[!INCLUDE [cognitive-services-about-encryption](../../../ai-services/includes/cognitive-services-about-encryption.md)]
2728

2829
> [!IMPORTANT]
29-
> Customer-managed keys are only available resources created after 11 May, 2020. To use CMK with Document Intelligence, you will need to create a new Document Intelligence resource. Once the resource is created, you can use Azure Key Vault to set up your managed identity.
30+
> * Customer-managed keys (`CMK`) are only available resources created after May 11, 2020. To use `CMK` with Document Intelligence, you need to create a new Document Intelligence resource. Once the resource is created, you can use Azure Key Vault to set up your managed identity.
31+
> * The scope for data encrypted with customer-managed keys (`CMK`) includes the `analysis response` stored for 24 hours, allowing the operation results to be retrieved during that 24-hour time period.
32+
3033

3134
[!INCLUDE [cognitive-services-cmk](../../../ai-services/includes/configure-customer-managed-keys.md)]
3235

0 commit comments

Comments
 (0)