A company needs to run a single, short-lived Docker container once a day to perform a data-cleansing task. The task takes approximately 10 minutes to run. The company wants to host the container without provisioning or managing virtual machines, and they do not require container orchestration features. Which Azure service should the company use?
- AAzure Virtual Machines
- BAzure Kubernetes Service (AKS)
- Azure Container InstancesCevap
- DAzure App Service
Cevap
Azure Container Instances
Azure Container Instances is the correct answer because it provides a serverless platform to run single, isolated containers in Azure without the need to provision or manage any virtual machines, and without the orchestration overhead of Kubernetes.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing between Azure container compute options (Azure Container Instances vs. Azure Kubernetes Service) and general compute options (Azure Virtual Machines, Azure App Service) based on orchestration and VM management overhead.