A developer needs to run a quick test of a new containerized API. The test will run for exactly two hours on a single container. The developer wants a serverless solution where they only pay for the CPU and memory resources consumed while the container is active, with no virtual machine management or orchestration overhead. Which Azure service should the developer use?
- Azure Container InstancesCevap
- BAzure Kubernetes Service (AKS)
- CAzure Virtual Machines
- DMicrosoft 365
Cevap
Azure Container Instances
Azure Container Instances is the correct choice because it is a serverless service that allows deploying a single container on demand without managing virtual servers. It provides per-second billing for the CPU and memory resources used, making it ideal for short-lived tasks and quick testing.
Adım Adım Çözüm
Anahtar Kavram
Azure Container Instances (ACI) provides a serverless, low-overhead platform for running single containers without VM or orchestrator management.
Tahmini Süre:45s