Azure Functions
Azure Functions is a serverless compute service enabling execution of code triggered by events without managing infrastructure. Functions automatically scale based on demand and charge only for the compute time consumed, ideal for event-driven scenarios and microservices architectures.