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/active-directory/app-provisioning/scim-graph-scenarios.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,8 +99,8 @@ My application is built into Microsoft Teams and relies on message data. In addi
99
99
I need to be able to track changes to Teams and Outlook messages and react to them in real time. How can I get these changes pushed to my application?
100
100
101
101
**Recommendation:** The Microsoft Graph provides [change notifications](https://docs.microsoft.com/graph/webhooks) and [change tracking](https://docs.microsoft.com/graph/delta-query-overview) for various resources. Note the following limitations of change notifications:
102
-
- If an event receiver acknowledges an event, but fails to act on it for any reason, the event may be lost
103
-
-If an event receiver acknowledges an event, but fails to act on it for any reason, the event may be lost
102
+
- If an event receiver acknowledges an event, but fails to act on it for any reason, the event may be lost.
103
+
-The order in which changes are received are not guaranteed to be chronological.
104
104
- Change notifications don't always contain the [resource data](https://docs.microsoft.com/graph/webhooks-with-resource-data)
105
105
For the reasons above, developers often use change notifications along with change tracking for synchronization scenarios.
0 commit comments