A city wants to host a public grants website with managed web hosting and prefers not to patch guest OS images itself. Which application hosting option fits that need?
Select an answer to reveal the explanation.
Short Explanation
Managed web hosting without babysitting the guest OS points to App Service web apps. VMs give you the OS; archive blobs store cold files; ExpressRoute is a pipe. Match the hosting style to the ask.
Full Explanation
Azure App Service web apps are a managed application hosting option for web workloads where Azure handles much of the platform. That fits public websites when teams want PaaS-style hosting rather than full guest OS responsibility on virtual machines. Networking circuits and cold storage tiers are not web hosting platforms.