Compare Compute Types: Virtual Machines, Containers, and Functions
Slide 6 / 13
Azure Functions
Functions run code on-demand when a trigger fires. Serverless: Azure manages infrastructure and runtime. Triggered by events (timer, message, HTTP request). Great for short, discrete tasks. Nothing runs between events.