A game development studio wants to host a custom matchmaking API on Azure. The development team is deciding between deploying the API to Azure App Service, which is a Platform as a Service (PaaS) offering, or deploying it to Azure Virtual Machines, which is an Infrastructure as a Service (IaaS) offering. Which of the following is a key advantage of choosing the PaaS option over the IaaS option?
- The development team does not need to manage operating system patching or runtime updates.Answer
- BThe development team gains full administrative access to the underlying operating system and file system configuration.
- CThe studio receives a fully finished, ready-to-use matchmaking application that requires no custom code development.
- DThe studio becomes responsible for maintaining the physical server hardware and datacenter networking.
Answer
The development team does not need to manage operating system patching or runtime updates.
The correct option is correct because in Platform as a Service (PaaS) models like Azure App Service, Microsoft handles the provisioning, patching, and maintenance of the underlying operating system and application runtime, freeing the customer from server management tasks.
Step-by-Step Solution
Key Concept
Under Platform as a Service (PaaS), Microsoft manages the underlying infrastructure, operating systems, and middleware, allowing customers to deploy and run their custom applications without managing the servers.
Estimated Time:1m 0s