Skip to content

Commit 362d15e

Browse files
Merge pull request #252850 from kperla97/patch-14
Update privacy.md
2 parents 58494d5 + 3570bdb commit 362d15e

File tree

1 file changed

+3
-3
lines changed
  • articles/communication-services/concepts

1 file changed

+3
-3
lines changed

articles/communication-services/concepts/privacy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Any Event Grid system topic configured with Azure Communication Services is crea
5151
Your application manages the relationship between human users and Communication Service identities. When you want to delete data for a human user, you must delete data involving all Communication Service identities correlated for the user.
5252

5353
There are two categories of Communication Service data:
54-
- **API Data.** This data is created and managed by Communication Service APIs, a typical example being Chat messages managed through Chat APIs.
54+
- **API Data.** This data is created and managed with Communication Service APIs, for example, Chat messages managed through Chat APIs.
5555
- **Azure Monitor Logs** This data is created by the service and managed through the Azure Monitor data platform. This data includes telemetry and metrics to help you understand your Communication Services usage.
5656

5757
## API data
@@ -75,7 +75,7 @@ Azure Communication Services maintains a directory of phone numbers associated w
7575

7676
### Chat
7777

78-
Chat threads and messages are kept for 90 days unless explicitly deleted by the customer sooner due to their internal policies. Customers that require the option of keeping messages longer need to submit [a request to Azure Support](../../azure-portal/supportability/how-to-create-azure-support-request.md).
78+
Azure Communication Services stores chat messages indefinitely till they are deleted. Chat thread participants can use ListMessages to view message history for a particular thread. Users that are removed from a chat thread are able to view previous message history but cannot send or receive new messages. Accidentally deleted messages are not recoverable by the system.
7979

8080
Use [Chat APIs](/rest/api/communication/chat/chatthread) to get, list, update, and delete messages.
8181

@@ -103,7 +103,7 @@ Audio and video communication is ephemerally processed by the service and no cal
103103
Call recordings are stored temporarily in the same geography that was selected for ```Data Location``` during resource creation for 48 hours. After this the recording is deleted and you are responsible for storing the recording in a secure and compliant location.
104104

105105
### Email
106-
Email message content is ephemerally stored for processing in the resource's ```Data Location``` specified by you during resource provisioning. Email message delivery logs are available in Azure Monitor Logs, where you will be in control to define the workspace to store logs. Domain sender usernames (or MailFrom) values are stored in the resource's ```Data Location``` until explicitly deleted. Recipient's email addresses that result in hard bounced messages will be temporarily retained for spam and abuse prevention and detection.
106+
Email message content is ephemerally stored for processing in the resource's ```Data Location``` specified by you during resource provisioning. Email message delivery logs are available in Azure Monitor Logs, where you are in control to define the workspace to store logs. Domain sender usernames (or MailFrom) values are stored in the resource's ```Data Location``` until explicitly deleted. Recipient's email addresses that result in hard bounced messages are temporarily retained for spam and abuse prevention and detection.
107107

108108
## Azure Monitor and Log Analytics
109109

0 commit comments

Comments
 (0)