Keep track of events in SharePoint with Azure Function webhooks
-
A webhook is a method of extending or changing the behavior of a web page or web application using custom callbacks. In the case of SharePoint, webhooks allow you to track all changes that are on the site as well as receive notifications about specific events.
With Azure Functions, you can host your SharePoint webhooks in a romp!
Read the article by Florent Appointaire, a Microsoft Engineer, to find out how to call an Azure Function webhook for SharePoint list items.