A logistics company is designing a hosting solution for a new containerized web API. The API is packaged as a single Docker container. The workload must support scaling down to zero instances when idle to minimize costs, and the solution must require the lowest administrative overhead. Which service should you recommend?
- Azure Container AppsCevap
- BAzure Kubernetes Service (AKS)
- CAzure Virtual Machines using Spot VMs
- DAzure Functions on a Consumption plan
Cevap
Azure Container Apps
Azure Container Apps is the ideal solution because it provides a serverless platform designed for containerized microservices and APIs. It allows scaling down to zero instances during idle periods to eliminate compute costs, while removing the administrative burden of provisioning and managing clusters or virtual machines.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate Azure container hosting service based on scaling requirements and administrative overhead