A development team wants to deploy a containerized web application to Azure. The application must scale automatically in response to web traffic fluctuations, support custom SSL certificates, and require zero virtual machine or container orchestrator management. The team also wants Microsoft to handle all host-level operating system updates.
Which Azure service should the team select to meet these requirements?
- AAzure Container Instances
- BAzure Kubernetes Service
- Azure App ServiceAnswer
- DAzure Virtual Machines
Answer
Azure App Service
Azure App Service is a fully managed Platform as a Service (PaaS) that supports containerized web applications. It provides built-in auto-scaling, custom domains, and SSL certificate support out of the box. Since it is a PaaS service, Microsoft handles all host-level operating system patching and infrastructure management, requiring zero virtual machine or container orchestrator configuration from the customer.
Step-by-Step Solution
Key Concept
Azure Container Instances, Azure Kubernetes Service, and Azure App Service capabilities