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/ai-services/document-intelligence/authentication/encrypt-data-at-rest.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,30 @@ author: erindormier
6
6
manager: venkyv
7
7
ms.service: azure-ai-document-intelligence
8
8
ms.topic: conceptual
9
-
ms.date: 11/19/2024
9
+
ms.date: 03/19/2025
10
10
monikerRange: '<=doc-intel-4.0.0'
11
11
---
12
12
13
13
14
-
# Document Intelligence encryption of data at rest
14
+
# Encrypt data at rest
15
15
16
16
[!INCLUDE [applies to v4.0, v3.1, v3.0, and v2.1](../includes/applies-to-v40-v31-v30-v21.md)]
17
17
18
18
> [!IMPORTANT]
19
19
>
20
20
> * 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.
23
24
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.
> 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.
0 commit comments