182k views
4 votes
The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You create an Azure App Service and Azure SQL databases. Does this meet the goal?

a) Yes, it meets the goal.
b) No, it does not meet the goal.
c) It partially meets the goal.
d) The goal is unclear.

1 Answer

5 votes

Final answer:

Creating an Azure App Service and Azure SQL databases meets the goal of using only Platform as a Service (PaaS) solutions in Azure.

Step-by-step explanation:

The question asks whether creating an Azure App Service and Azure SQL databases meets the goal of using only Platform as a Service (PaaS) solutions in Azure.

An Azure App Service is a PaaS solution that allows you to build, deploy, and scale web applications, mobile app backends, and RESTful APIs. Azure SQL Database, on the other hand, is a managed relational database service that falls under the Database as a Service (DBaaS) category, which is a subset of PaaS.

Therefore, creating an Azure App Service and Azure SQL databases meets the goal of using PaaS solutions in Azure. The correct answer is a) Yes, it meets the goal.

User Jstarek
by
9.0k points