Silicon Valley Code Camp : October 7 & 8, 2017session
Azure Functions
Azure Functions is a serverless compute service. In this session, I'll discuss them, and show how to create them. I'll also talk about Event Grid and show how to use it with Functions.
About This Session
Azure Functions is a serverless compute service that enables you to run code on-demand without provisioning or managing any infrastructure. You can use Functions to run a script or a piece of code using a timer, a trigger, or a web hook. They have some great integration features for Azure Storage, Service Bus, Event Hubs, etc. I'll talk about what Functions are, and what you might use them for. I'll show several examples, including one written in C# that uses Azure Storage integration.