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 InstancesAnswer
- DAzure Container Apps
Answer
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.
Step-by-Step Solution
Key Concept
Selecting the appropriate Azure container hosting service based on simplicity, scale, and administrative overhead.
Estimated Time:45s