Created
October 1, 2020 12:23
-
-
Save baywet/a142f4a0fd1582b3794583cd98bddacb to your computer and use it in GitHub Desktop.
Microsoft Graph Change Notifications useful links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. General Change notifications concepts | |
https://docs.microsoft.com/en-us/graph/webhooks | |
# 2. Change notifications with resource data | |
https://docs.microsoft.com/en-us/graph/webhooks-with-resource-data | |
# 3. Lifecycle notifications | |
https://docs.microsoft.com/en-us/graph/webhooks-outlook-authz | |
# 4. Azure Event Hubs delivery | |
https://docs.microsoft.com/en-us/graph/change-notifications-delivery | |
# 5. Samples | |
https://github.com/microsoftgraph/nodejs-webhooks-rest-sample | |
https://github.com/microsoftgraph/aspnetcore-webhooks-sample | |
https://github.com/microsoftgraph/java-spring-webhooks-sample |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment