AZ-900 Describe Azure architecture and services Practice Question
A company needs to run a containerized application without managing any virtual machines or cluster orchestration. Which Azure service is best suited for this?
⚠ Common exam trap
A common mix-up: candidates confuse Azure Kubernetes Service (AKS) as a 'serverless' option, but AKS still requires management of node pools and cluster infrastructure, whereas Azure Container Instances truly eliminates all VM and orchestration management.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Azure Container Instances
Azure Container Instances (ACI) is the correct choice because it allows you to run a containerized application directly on Azure without provisioning or managing any underlying virtual machines, cluster orchestration, or scheduling. ACI provides a serverless, per-second billing model, making it ideal for simple, isolated containers that do not require the complexity of a full orchestration platform.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Azure Container Instances
Why this is correct
Azure Container Instances (ACI) is the correct answer because it provisions a container directly on Azure infrastructure without any underlying virtual machines, cluster, or orchestrator for you to configure or maintain. Each container group is scheduled as a serverless resource, billed by the second, and starts in seconds, making it ideal for simple containerized workloads, event-driven tasks, or development/testing scenarios where the operational overhead of Kubernetes or VMs is unnecessary.
- ✗
Azure Kubernetes Service
Why it's wrong here
Azure Kubernetes Service (AKS) reduces operational burden by offering a managed control plane, but it still demands hands-on management of the worker node VMs, node pools, scaling, upgrades, and namespace or workload orchestration. Running a container on AKS therefore means accepting cluster-level responsibilities that violate the 'without managing any virtual machines' condition, whereas ACI eliminates the cluster entirely and runs the container as an isolated, serverless compute unit.
When this WOULD be correct
A question that requires running containerized applications with advanced orchestration features like auto-scaling, rolling updates, and service discovery, and the candidate is willing to manage the cluster infrastructure or use a managed Kubernetes service.
- ✗
Azure App Service
Why it's wrong here
Azure App Service can run containerized applications via Web App for Containers, but this is not serverless in the way the question requires: it relies on an App Service Plan, which is backed by a set of dedicated virtual machines that you must select, size, and scale. You are responsible for the plan's capacity, autoscaling rules, and the underlying VM instances, so while the platform abstracts OS patching, you still manage a fixed compute footprint rather than getting true per-container, no-VM execution.
- ✗
Azure Batch
Why it's wrong here
Azure Batch is designed for large-scale parallel and high-performance computing jobs where a pool of virtual machines processes many discrete tasks concurrently, not for running a general containerized application as a persistent service. Batch requires you to create a Batch account, define a pool of VMs, and manage job scheduling and task execution—none of which matches the prompt's requirement to run a container without managing any virtual infrastructure.
When this WOULD be correct
A company needs to run a large number of batch jobs (e.g., video transcoding, financial risk simulations) that can be parallelized across many virtual machines, and they want to use containers for job packaging. Azure Batch would be correct because it natively supports container workloads and provides job scheduling and auto-scaling.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-900 exam frequently reuses these exact scenarios with slightly different constraints.
✓Azure Container InstancesCorrect answer▾
Why this is correct
Azure Container Instances (ACI) is the correct answer because it provisions a container directly on Azure infrastructure without any underlying virtual machines, cluster, or orchestrator for you to configure or maintain. Each container group is scheduled as a serverless resource, billed by the second, and starts in seconds, making it ideal for simple containerized workloads, event-driven tasks, or development/testing scenarios where the operational overhead of Kubernetes or VMs is unnecessary.
✗Azure Kubernetes ServiceWrong answer — click to see why▾
Why this is wrong here
Azure Kubernetes Service (AKS) requires managing a cluster of virtual machines and orchestration, which contradicts the requirement of not managing any VMs or cluster orchestration.
★ When this WOULD be the correct answer
A question that requires running containerized applications with advanced orchestration features like auto-scaling, rolling updates, and service discovery, and the candidate is willing to manage the cluster infrastructure or use a managed Kubernetes service.
Why candidates choose this
Candidates may confuse container orchestration with serverless containers, or they might know that AKS is a popular container service and overlook the specific requirement of no VM or orchestration management.
✗Azure BatchWrong answer — click to see why▾
Why this is wrong here
Azure Batch is designed for running large-scale parallel and high-performance computing (HPC) jobs, not for running containerized applications without managing infrastructure. It requires managing pools of compute nodes and does not abstract away orchestration like Container Instances does.
★ When this WOULD be the correct answer
A company needs to run a large number of batch jobs (e.g., video transcoding, financial risk simulations) that can be parallelized across many virtual machines, and they want to use containers for job packaging. Azure Batch would be correct because it natively supports container workloads and provides job scheduling and auto-scaling.
Why candidates choose this
Candidates may confuse Azure Batch's container support with a fully managed container service, or think that because Batch can run containers, it meets the requirement of 'without managing VMs or orchestration' — but Batch still requires managing node pools and job scheduling.
Analysis generated from the official AZ-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
Key term
Serverless
Serverless is a cloud computing model where the cloud provider manages the servers, and you only pay for the actual compute time your code uses, without having to worry about provisioning or maintaining infrastructure.
Key term
Container
A container is a lightweight, standalone software package that includes everything needed to run an application, such as code, runtime, system tools, and libraries.
About these practice questions
One of 981 original AZ-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AZ-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-900 exam.