An independent developer needs to run a single containerized application for a temporary two-hour testing phase. To minimize cost and setup time, the developer wants to launch the container immediately without configuring virtual machines or setting up a Kubernetes cluster. Which Azure service is the most appropriate option for this deployment?
- AAzure Virtual Machines
- BMicrosoft 365
- Azure Container InstancesAnswer
- DAzure Kubernetes Service
Answer
Azure Container Instances
Azure Container Instances is the correct choice because it is a serverless container hosting service. It allows you to run containers on demand without managing the underlying virtual machines or provisioning a container orchestrator, aligning perfectly with the developer's need for a quick, low-overhead, two-hour test.
Step-by-Step Solution
Key Concept
Hosting containers in Azure using Azure Container Instances (ACI)