wesmacdonald / msgraph-training-changenotifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft Graph Training Module - Using Change Notifications and Track Changes with Microsoft Graph

This module will introduce you to working with change notifications (webhooks) & track changes (delta query) in the Microsoft Graph.

This module is based on the following Microsoft Learn module: Use Change Notifications and Track Changes with Microsoft Graph

Lab - Change Notifications and Track Changes with the Microsoft Graph

In this lab you will create a .NET Core console application that receives change notifications from the Microsoft Graph when an update is made to a users account in Azure Active Directory (Azure AD). The application will managed the Change Notification subscription and use Track Changes in the Microsoft Graph to ensure no changes are missed.

Demos

Watch the module

This module has been recorded and is available in the Office Development YouTube channel: Change Notifications and Track Changes with the Microsoft Graph

Contributors

Roles Author(s)
Lab / Slides / Demos Andrew Connell (Microsoft MVP, Voitanos) @andrewconnell
QA Rob Windsor (Microsoft MVP, PAIT Group) @rob-windsor
Sponsor / Support Jeremy Thake (Microsoft) @jthake

Version history

Version Date Comments
1.7 March 10, 2020 FY2020Q3 content refresh
1.6 January 21, 2020 Port module to MS Learn
1.5 December 9, 2019 FY2020Q1 content refresh
1.4 September 9, 2019 FY2020Q1 content refresh
1.3 June 18, 2019 Updated readme to refreshed screencast recording
1.2 May 30, 2019 Fy2019Q4 content refresh
1.1 April 9, 2019 Added screencast link
1.0 March 14, 2019 New module submitted

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

About

License:MIT License