Serverless compute on Azure — event-driven code execution with triggers, bindings, and pay-per-invocation pricing.
Five passes over the same idea, each from a different angle. Do them in order, or jump to whichever you need.
Azure Functions lets you run code in response to events without managing infrastructure. Triggers include HTTP, timer, Service Bus, Event Grid, blob storage, and Cosmos DB change feed. Bindings simplify input/output. Durable Functions add orchestration patterns. Flex Consumption plan offers private networking with serverless scaling.