At Azure Fundamentals depth, what is a useful way to contrast containers with virtual machines for a city app team?
Select an answer to reveal the explanation.
Short Explanation
A VM is like renting a whole cottage with its own utilities. A container is more like a well-packed suitcase on a shared floor plan — lighter, using the host’s OS kernel ideas. That picture is enough for fundamentals; leave CKA deep-dives for later.
Full Explanation
Virtual machines emulate hardware and run a full guest operating system, which increases isolation and management overhead. Containers package application code and dependencies and, at a conceptual level, share the host operating system kernel rather than booting a separate guest OS per app. AZ-900 expects that compare-level distinction, not Kubernetes administrator detail.