224k 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 virtual machine, Azure SQL databases, and Azure Storage accounts. Does this meet the goal?

a) Yes
b) No
c) Maybe
d) unrelated

User MicNeo
by
8.5k points

1 Answer

5 votes

Final answer:

Creating Azure SQL databases and Azure Storage accounts aligns with the PaaS model, but creating an Azure virtual machine is an IaaS solution. So, the answer is No, as the virtual machine does not meet the PaaS-only requirement.

Step-by-step explanation:

The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. When you create an Azure virtual machine, you are actually using Infrastructure as a Service (IaaS), not PaaS. However, Azure SQL databases and Azure Storage accounts do align with PaaS, as they provide managed services that abstract the underlying infrastructure.

So, the answer to the question, 'Does creating an Azure virtual machine, Azure SQL databases, and Azure Storage accounts meet the goal of using only PaaS solutions in Azure?' is No, because the creation of an Azure virtual machine is not a PaaS solution.

User Natan Medeiros
by
8.4k points