Migrating to Azure with Platform as a Service (PaaS) Solutions

Deploying an Azure Environment for Migration

Prev Question Next Question

Question

Your company plans to migrate all its data and resources to Azure.

The company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure.

You need to deploy an Azure environment that meets the company's migration plan.

What should you create?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C

Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore, this solution does meet the goal.

The correct answer is C. an Azure App Service and Azure SQL databases.

Explanation:

Platform as a Service (PaaS) is a cloud computing model where the cloud provider offers a platform for customers to develop, run, and manage their applications without having to worry about the underlying infrastructure. With PaaS, the cloud provider manages the infrastructure and the customer only needs to manage the applications and data.

The company's migration plan states that only PaaS solutions should be used in Azure. This means that virtual machines (VMs), which are infrastructure as a service (IaaS) solutions, are not allowed.

Option A, which includes Azure virtual machines, Azure SQL databases, and Azure Storage accounts, is not a valid answer because it includes IaaS solutions (virtual machines).

Option B, which includes an Azure App Service and Azure virtual machines with Microsoft SQL Server installed, is not a valid answer because it includes IaaS solutions (virtual machines).

Option D, which includes an Azure storage account and a web server in Azure virtual machines, is not a valid answer because it includes IaaS solutions (virtual machines).

Option C, which includes an Azure App Service and Azure SQL databases, is a valid answer because it only includes PaaS solutions. An Azure App Service is a PaaS solution that allows customers to deploy web, mobile, and API applications without managing the underlying infrastructure. Azure SQL databases are also PaaS solutions that provide a managed SQL Server database without the need to manage the underlying infrastructure.

Therefore, the correct answer is C. an Azure App Service and Azure SQL databases.