Skip to content

Commit b49bb20

Browse files
authored
Merge pull request #290693 from kperla97/patch-24
Create chat-retention-policy
2 parents 1ecb52d + 46b398d commit b49bb20

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

articles/communication-services/concepts/chat/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Azure Communication Services supports three levels of user access control, using
4040
### Chat Data
4141
Azure Communication Services stores chat threads according to the [data retention policy](/purview/create-retention-policies) in effect when the thread is created. You can update the retention policy if needed during the retention time period you set. After you delete a chat thread (by policy or by a Delete API request), it can't be retrieved.
4242

43-
[!INCLUDE [public-preview-notice.md](../../includes/public-preview-include-document.md)]
43+
[!INCLUDE [chat-retention-policy.md](../../includes/chat-retention-policy.md)]
4444

4545
You can choose between indefinite thread retention, automatic deletion between 30 and 90 days via the retention policy on the [Create Chat Thread API](/rest/api/communication/chat/chat/create-chat-thread), or immediate deletion using the APIs [Delete Chat Message](/rest/api/communication/chat/chat-thread/delete-chat-message) or [Delete Chat Thread](/rest/api/communication/chat/chat/delete-chat-thread).
4646

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: kperla97
3+
ms.service: azure-communication-services
4+
ms.topic: include
5+
ms.date: 11/19/2024
6+
ms.author: kaperla
7+
---
8+
> [!IMPORTANT]
9+
> The data retention policy described in this section is currently in public preview.
10+
> This preview version of the service is provided without a service-level agreement, and we don't recommend it for production workloads.
11+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

0 commit comments

Comments
 (0)