Run event-driven code without managing servers
Azure Functions is Microsoft's serverless compute offering that lets you run small, focused pieces of code in response to events (HTTP requests, storage events, timers, messages) without provisioning or managing underlying infrastructure. Functions scale automatically from zero to thousands of concurrent executions and you pay only for compute time consumed. - No infrastructure overhead: Focus on code, not servers