Cloud Computing

VSW12 Azure Functions Webhook Interface

11/15/2017

2:00pm - 3:15pm

Level: Introductory to Intermediate

Nick Zimmerman

Senior Site Reliability Engineer

SparkPost

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.