What is a key advantage of using PaaS services like Azure App Service over IaaS virtual machines for hosting a web app?

a.You gain full control of the physical hardware
b.You must manually patch the operating system
c.The platform handles OS patching, scaling, and infrastructure so developers focus on the application
d.You cannot deploy custom code

Explanation

PaaS offerings such as Azure App Service manage the operating system, runtime, patching, and scaling for you. This reduces operational overhead compared to running and maintaining your own VMs. Developers can concentrate on building and deploying application features.

Practice all 100 questions free — no signup required.

Related questions on this topic

Last reviewed: · editorial process

PrepPass Editorial Team · Verified against Microsoft Azure Fundamentals (AZ-900) · How we review
Report