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

Explicación

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.

Practica las 100 preguntas gratis — sin registro.

Preguntas relacionadas de este tema

Última revisión: · proceso editorial

Equipo Editorial de PrepPass · Verificado con Microsoft Azure Fundamentals (AZ-900) · Cómo revisamos
Reportar