Azure Functions make it easy to create and host webhook interfaces without maintaining a server. You can quickly setup an endpoint to receive data and act on it. Being able to ingest, process, and respond to data from a variety of sources without building out an infrastructure gives you time to focus on building functionality.
This presentation will show you how to setup an Azure Function, accept webhook data, process that data with C#, and integrate that data into an application in real time.