This document discusses serverless computing with Azure Functions. It describes how Functions as a Service (FaaS) is an evolution from Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) models. Azure Functions is a FaaS solution that allows developing functions using various languages and binding them to triggers and outputs. Functions can be developed locally and deployed continuously to Azure through tools, APIs, or IDEs. Serverless applications in Azure combine Functions for compute, Event Grid for events, and Logic Apps for workflows.