Skip to content

Commit 1895459

Browse files
authored
Merge pull request #113506 from MicrosoftDocs/master
Merge Master to Live, 4 AM
2 parents 50ef5c2 + cb5c19b commit 1895459

File tree

184 files changed

+2215
-1321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+2215
-1321
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52074,6 +52074,11 @@
5207452074
"source_path": "articles/media-services/azure-media-player/azure-media-player-license.md",
5207552075
"redirect_url": "/legal/azure-media-player/azure-media-player-license",
5207652076
"redirect_document_id": false
52077+
},
52078+
{
52079+
"source_path": "articles/load-balancer/azure-media-player/components-limitations.md",
52080+
"redirect_url": "/articles/load-balancer/concepts",
52081+
"redirect_document_id": false
5207752082
}
5207852083
]
5207952084
}

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

29 KB
Loading
-3.71 KB
Loading

0 commit comments

Comments
 (0)