How should a municipal cloud primer correctly place Azure Functions versus Azure Virtual Machines?
Select an answer to reveal the explanation.
Short Explanation
Functions hide the servers — that is the serverless idea. VMs hand you the virtual hardware and OS as infrastructure. Mix those labels on a quiz and you miss the whole service-type story.
Full Explanation
Azure Functions is positioned as serverless compute: developers deploy code triggered by events while Azure manages the server infrastructure. Azure Virtual Machines are infrastructure as a service, where customers manage the guest OS and much of the stack above the virtualized hardware. Keeping that contrast clear is part of comparing cloud service and compute models on AZ-900.