A logistics firm is deploying a customer-facing portal packaged as a containerized application. The deployment must satisfy the following operational requirements:
- Automatically scale the container count in response to web traffic fluctuations.
- Require zero management of container orchestrators, ingress controllers, or pods.
- Delegate all host operating system patching and infrastructure maintenance to Microsoft.
Which Azure service should the firm select to host the portal?
- Azure App ServiceCevap
- BAzure Container Instances
- CAzure Kubernetes Service
- DAzure Virtual Machines
Cevap
Azure App Service
Azure App Service is correct because it allows hosting containerized web applications (Web App for Containers) while providing a fully managed Platform as a Service (PaaS) environment. Microsoft handles host OS patching, and the service supports native, automated scaling configurations based on HTTP traffic (request count) and cpu usage, requiring no Kubernetes or orchestrator configuration.
Adım Adım Çözüm
Anahtar Kavram
Selecting container hosting services in Azure based on management overhead and scaling requirements
Tahmini Süre:2m 0s