
Answer-first summary for fast verification
Answer: Yes
The solution meets the goal because both Azure App Service and Azure SQL Database are Platform as a Service (PaaS) offerings. Azure App Service is a fully managed PaaS for hosting web applications, abstracting infrastructure management like OS patching and server provisioning. Azure SQL Database is a managed relational database service that falls under PaaS, handling backups, high availability, and scaling without user management of underlying VMs. The community discussion shows a strong consensus (78% selecting 'Yes') with highly upvoted comments confirming both services are PaaS. Conflicting comments incorrectly reference VMs or other services not mentioned in the solution, but the proposed services align strictly with PaaS requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to deploy an Azure environment that meets the company's migration plan, which states that only Platform as a Service (PaaS) solutions must be used.
Proposed Solution: You create an Azure App Service and Azure SQL databases.
Does this solution meet the goal?
A
Yes
B
No