Skip to content

Commit aadfb87

Browse files
authored
Update data-loss-prevention.md
Responded to human code review comments
1 parent 14fbcf1 commit aadfb87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/communication-services/how-tos/chat-sdk/data-loss-prevention.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Integrate with Microsoft Teams Data Loss Prevention
2+
title: Integrate Azure Communication Services with Microsoft Teams Data Loss Prevention
33
titleSuffix: An Azure Communication Services how-to guide
44
description: Learn how to integrate with Microsoft Teams Data Loss Prevention policies by subscribing to Real-time Chat Notifications
55
author: angiurgiu
@@ -16,8 +16,6 @@ Microsoft Teams administrator can configure policies for data loss prevention (D
1616

1717
You need to subscribe to real-time notifications and listen for message updates. If a chat message from a Teams user contains sensitive content, the message content is updated to blank. The Azure Communication Services user interface has to be updated to indicate that the message cannot be displayed, for example, "Message was blocked as it contains sensitive information.". There could be a delay of a couple of seconds before a policy violation is detected and the message content is updated. You can find an example of such code below.
1818

19-
In the future, Azure Communication Services will expose a new property to inform clients that message content has been edited due to a policy violation.
20-
2119
Data Loss Prevention policies only apply to messages sent by Teams users and aren't meant to protect Azure Communications users from sending out sensitive information.
2220

2321
For more information on enabling Microsoft Teams Data Loss Prevention, you can refer to [Data loss prevention and Microsoft Teams](/microsoft-365/compliance/dlp-microsoft-teams?view=o365-worldwide).

0 commit comments

Comments
 (0)