Which Azure service is an example of PaaS?
- A Virtual Machines
- B App Service
- C Azure Storage disks
- D ExpressRoute
Answer
App Service
App Service manages the OS and runtime so you deploy only code. Virtual Machines are IaaS, where patching the guest OS is yours.





