
Answer-first summary for fast verification
Answer: No
The solution does not meet the goal because it includes Azure virtual machines with SQL Server installed, which is an Infrastructure as a Service (IaaS) offering, not Platform as a Service (PaaS). Azure App Service is PaaS, but the requirement specifies using only PaaS solutions. In IaaS, the user manages the operating system, applications, and data, whereas PaaS abstracts the underlying infrastructure. The community discussion strongly supports this, with high-upvoted comments emphasizing that VMs are IaaS and referencing Microsoft documentation. To meet the goal, Azure SQL Database (a PaaS service) should replace the VMs with SQL Server.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You need to deploy an Azure environment that uses only Platform as a Service (PaaS) solutions.
You propose the following:
Does this solution meet the goal?
A
Yes
B
No