Skip to content

Commit 0fabc38

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into tamram-0213
2 parents abc3fad + bba0d6e commit 0fabc38

File tree

212 files changed

+3007
-1492
lines changed

Some content is hidden

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

212 files changed

+3007
-1492
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52084,6 +52084,11 @@
5208452084
"source_path": "articles/media-services/azure-media-player/azure-media-player-license.md",
5208552085
"redirect_url": "/legal/azure-media-player/azure-media-player-license",
5208652086
"redirect_document_id": false
52087+
},
52088+
{
52089+
"source_path": "articles/load-balancer/azure-media-player/components-limitations.md",
52090+
"redirect_url": "/articles/load-balancer/concepts",
52091+
"redirect_document_id": false
5208752092
}
5208852093
]
5208952094
}

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)