Skip to content

Commit 037bd6f

Browse files
authored
Merge pull request #113454 from ArvindHarinder1/patch-112
Update scim-graph-scenarios.md
2 parents e044aa2 + a0261e8 commit 037bd6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/app-provisioning/scim-graph-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ My application is built into Microsoft Teams and relies on message data. In addi
9999
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?
100100

101101
**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.
104104
- Change notifications don't always contain the [resource data](https://docs.microsoft.com/graph/webhooks-with-resource-data)
105105
For the reasons above, developers often use change notifications along with change tracking for synchronization scenarios.
106106

0 commit comments

Comments
 (0)