An organization plans to deploy a custom-built web application to Azure. The organization requires a hosting solution where Microsoft automatically manages the underlying web server configuration, hardware provisioning, and operating system patching, so that the development team only needs to focus on deploying and maintaining their application code.
Which Azure service should the organization select?
- Azure App ServiceAnswer
- BAzure Virtual Machines
- CAzure Kubernetes Service (AKS)
- DMicrosoft 365
Answer
Azure App Service
Azure App Service is the correct choice because it is a Platform as a Service (PaaS) environment specifically designed for hosting web applications. Under the shared responsibility model for PaaS, Microsoft is responsible for managing the physical hardware, virtualization layer, operating system patching, and web server middleware, leaving the customer to focus entirely on application code and configuration.
Step-by-Step Solution
Key Concept
Azure App Service is a fully managed Platform as a Service (PaaS) offering for hosting web apps, where Microsoft handles infrastructure management and patching.