An enterprise administrator needs to run a single containerized database maintenance script once per week. The container executes for approximately three minutes and then terminates. The solution must minimize deployment complexity and administrative overhead. Which Azure service should you recommend?
- AAzure Kubernetes Service (AKS)
- BAzure Virtual Machines
- Azure Container InstancesCevap
- DAzure Container Apps
Cevap
Azure Container Instances
The correct answer is Azure Container Instances because it provides a serverless platform to run isolated containers on demand with the lowest possible administrative effort. It does not require managing virtual machines, clustering, or application environments, and billing is based on the exact duration of the container's execution.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate Azure container hosting service based on simplicity, scale, and administrative overhead.
Tahmini Süre:45s