Ensure High Availability for Azure Virtual Machines - Exam AZ-900 Solution

Deploy Virtual Machines to Multiple Regions

Prev Question Next Question

Question

You plan to migrate a web application to Azure. The web application is accessed by external users.

You need to recommend a cloud deployment solution to minimize the amount of administrative effort used to manage the web application.

What should you include in the recommendation?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B

Azure App Service is a platform-as-a-service (PaaS) offering that lets you create web and mobile apps for any platform or device and connect to data anywhere, in the cloud or on-premises. App Service includes the web and mobile capabilities that were previously delivered separately as Azure Websites and Azure Mobile

Services.

https://docs.microsoft.com/en-us/azure/security/fundamentals/paas-applications-using-app-services

The recommended cloud deployment solution to minimize the amount of administrative effort used to manage a web application that is accessed by external users is Platform as a Service (PaaS).

Explanation:

Infrastructure as a Service (IaaS) provides virtual machines, networking, and storage as a service. This option requires the most administrative effort as you will need to manage the operating system, the runtime environment, and the application itself.

Software as a Service (SaaS) is a fully managed service where the application is hosted by a third-party provider and accessed by end-users over the internet. This option requires minimal administrative effort but provides little control over the underlying infrastructure.

Database as a Service (DaaS) is a cloud-based service that provides database management without the need for physical hardware, installation, and maintenance. This option requires minimal administrative effort but is limited to managing only the database.

Platform as a Service (PaaS) is a cloud-based service that provides a complete development and deployment environment in which the application can be built, tested, and deployed. With PaaS, the underlying infrastructure is managed by the cloud provider, and the customer only needs to manage the application and its data. This option provides a balance of control and flexibility, while minimizing administrative effort.

In summary, PaaS is the recommended cloud deployment solution to minimize the amount of administrative effort used to manage a web application that is accessed by external users, as it provides a complete development and deployment environment, while the underlying infrastructure is managed by the cloud provider.