When explaining hosting options to a county board, how should Azure web apps and virtual machines be tied to service types?
Select an answer to reveal the explanation.
Short Explanation
Web apps sit in the managed PaaS lane; VMs sit in the IaaS lane where you still own the guest OS chores. Flip those labels and the board gets the wrong picture. Service type follows who patches what.
Full Explanation
Azure App Service web apps illustrate PaaS-style application hosting where the platform manages more of the stack. Virtual machines illustrate IaaS hosting where customers retain responsibility for the guest operating system. AZ-900 links hosting options to that shared-responsibility difference at a describe level.