Question

Difficulty: EasyAzure Container Instances, Azure Kubernetes Service, and Azure App Service

A team of developers wants to deploy a new web portal. They require a fully managed hosting platform where Microsoft automatically handles the underlying web server infrastructure and operating system patching, allowing the team to focus solely on their application code. Which Azure service should they select?

  1. A
    Azure Virtual Machines
  2. B
    Microsoft 365
  3. Azure App ServiceAnswer
  4. D
    Azure Kubernetes Service (AKS)

Answer

Azure App Service
Azure App Service is a Platform as a Service (PaaS) offering that allows developers to deploy web applications directly. Microsoft handles the underlying infrastructure, operating system patching, and web server maintenance, allowing developers to focus solely on their code.

Step-by-Step Solution

1
Analyze the requirements for hosting the web portal, which include deploying custom application code, avoiding virtual machine management, and having Microsoft handle operating system patching and web server maintenance.
Identify that the solution must be a Platform as a Service (PaaS) compute offering designed for hosting web applications.
This narrows down the choices to Azure services that provide hosting with managed infrastructure.
2
Evaluate the available options against the PaaS web-hosting requirement.
Determine that Azure App Service fits this definition perfectly, as it is a PaaS service designed to host web applications and APIs while managing the underlying infrastructure automatically.
To select the correct service among the choices.

Key Concept

Azure App Service provides a fully managed Platform as a Service (PaaS) hosting environment for web applications, where Microsoft handles infrastructure management such as operating system updates and patching.
Rate this question