For a city lunch-and-learn slide, which comparison best distinguishes virtual machines, containers, and functions at Azure Fundamentals depth?
Select an answer to reveal the explanation.
Short Explanation
Full OS control? That is a VM. App packed with its deps on a lighter footprint? Container. Short event-driven code without babysitting servers? Functions. Same cloud, three different levels of responsibility.
Full Explanation
Azure compute choices differ by abstraction. Virtual machines deliver infrastructure-level control of an operating system. Containers package applications and dependencies while sharing host OS kernel concepts at a fundamentals level. Azure Functions provides serverless, event-driven compute where Azure manages the underlying servers. Comparing those models is a core AZ-900 skill.