A company plans to deploy a containerized web application to Azure. The application must run continuously and scale automatically in response to HTTP traffic demands. The development team wants to minimize administrative overhead and avoid managing container orchestrators or virtual machine operating systems. Which Azure service should the company use to host this application?
- Azure App ServiceAnswer
- BAzure Kubernetes Service
- CAzure Container Instances
- DAzure Virtual Machines
Answer
Azure App Service
The correct option is Azure App Service. This service is a fully managed Platform as a Service (PaaS) that allows developers to deploy containerized web applications. It automates operating system patching, provides built-in auto-scaling based on HTTP traffic, and requires no orchestration platform management.
Step-by-Step Solution
Key Concept
Azure App Service container hosting capability with built-in auto-scaling and minimal management overhead.