AZ-900 Describe Azure architecture and services Practice Question
A company wants to run a containerized application that responds to HTTP requests. They want to deploy it without managing any virtual machines or orchestration. Which Azure service is the simplest option?
⚠ Common exam trap
It's easy for candidates to confuse Azure Container Instances with Azure Kubernetes Service, assuming that any container deployment requires orchestration, but ACI is specifically designed for simple, single-container workloads without orchestration overhead.
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 simplest option because it allows you to run a containerized application directly in Azure without managing any underlying virtual machines or orchestration. ACI automatically starts the container, assigns a public IP address, and handles HTTP requests on port 80/443, making it ideal for event-driven or stateless workloads that need rapid deployment.
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 Kubernetes Service
Why it's wrong here
Azure Kubernetes Service (AKS) is a managed Kubernetes orchestration platform for deploying, scaling, and managing complex, multi-container microservices across a cluster of worker nodes. Although the control plane is managed, you must maintain and patch the worker node VMs, perform cluster upgrades, and configure networking, ingress controllers, and persistent storage. Running a full orchestrator for a single container that responds to HTTP adds significant operational complexity and resource overhead, making Azure Container Instances the more appropriate and lightweight choice.
When this WOULD be correct
A company needs to deploy a containerized application with complex orchestration requirements, such as auto-scaling, rolling updates, and service discovery, and is willing to manage the cluster or use a managed Kubernetes service.
- ✓
Azure Container Instances
Why this is correct
Azure Container Instances (ACI) is a serverless compute service that runs a single container directly on Microsoft-managed infrastructure without requiring a virtual machine, orchestration cluster, or any persistent provisioning. It is ideal for an HTTP-responding containerized app because you just specify the image and ports, and ACI starts the container in seconds with a public IP address. There are no nodes to patch, no cluster to update, and billing is per-second, so for a simple container workload nothing else is simpler or more cost-effective.
- ✗
Azure Virtual Machines
Why it's wrong here
Azure Virtual Machines give you raw IaaS compute, so running a container requires manually provisioning the VM, installing the guest OS, setting up a container runtime like Docker, patching the OS, and managing public IP addressing and load balancing. You are responsible for the VM's health, security, and availability, which means ongoing maintenance and operational overhead. For simply satisfying HTTP requests from a container, this is dramatically overprovisioned and requires far more management than purpose-built container services such as Azure Container Instances.
When this WOULD be correct
A question that requires full control over the operating system, custom software installations, or legacy applications that cannot be containerized. For example: 'A company needs to run a legacy .NET Framework app that requires Windows Server features and custom registry settings. Which service provides the most control?'
- ✗
Azure App Service
Why it's wrong here
Azure App Service is a fully managed PaaS platform primarily for hosting long-running web applications and REST APIs. While it supports Linux containers via the Web App for Containers feature, it is not optimized for a standalone container workload; you must define an App Service plan with performance tiers, auto-scaling rules, and other app-hosting features such as deployment slots and built-in authentication. For a simple container that just responds to HTTP requests, this adds unneeded platform overhead and complexity compared to starting a one-off container instance in a serverless fashion.
When this WOULD be correct
This option would be correct if the question asked for the simplest service to host a web application (not containerized) with built-in scaling and CI/CD support, without requiring container management. For example: 'A company wants to deploy a web app with automatic scaling and deployment slots, without managing infrastructure.'
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 a serverless compute service that runs a single container directly on Microsoft-managed infrastructure without requiring a virtual machine, orchestration cluster, or any persistent provisioning. It is ideal for an HTTP-responding containerized app because you just specify the image and ports, and ACI starts the container in seconds with a public IP address. There are no nodes to patch, no cluster to update, and billing is per-second, so for a simple container workload nothing else is simpler or more cost-effective.
✗Azure Kubernetes ServiceWrong answer — click to see why▾
Why this is wrong here
Azure Kubernetes Service (AKS) requires managing a Kubernetes cluster, including virtual machines and orchestration, which contradicts the requirement to deploy without managing VMs or orchestration.
★ When this WOULD be the correct answer
A company needs to deploy a containerized application with complex orchestration requirements, such as auto-scaling, rolling updates, and service discovery, and is willing to manage the cluster or use a managed Kubernetes service.
Why candidates choose this
Candidates may associate containers with Kubernetes and think AKS is the simplest container service, overlooking that Azure Container Instances offers a simpler, serverless option for running containers without orchestration.
✗Azure Virtual MachinesWrong answer — click to see why▾
Why this is wrong here
Azure Virtual Machines require managing the OS, scaling, and networking, which contradicts the requirement to avoid managing VMs. The question asks for the simplest option without VM management, making this too complex.
★ When this WOULD be the correct answer
A question that requires full control over the operating system, custom software installations, or legacy applications that cannot be containerized. For example: 'A company needs to run a legacy .NET Framework app that requires Windows Server features and custom registry settings. Which service provides the most control?'
Why candidates choose this
Candidates may think VMs are the default for running any application, overlooking the 'no management' constraint. They might also associate containers with VMs, not realizing Azure Container Instances abstracts the VM layer.
✗Azure App ServiceWrong answer — click to see why▾
Why this is wrong here
Azure App Service is a platform-as-a-service (PaaS) for hosting web applications, but it does not natively run containers without additional configuration (e.g., Web App for Containers). The question specifies the simplest option for running a containerized application without managing VMs or orchestration, and Azure Container Instances (ACI) directly runs containers without any orchestration overhead, making it simpler than App Service.
★ When this WOULD be the correct answer
This option would be correct if the question asked for the simplest service to host a web application (not containerized) with built-in scaling and CI/CD support, without requiring container management. For example: 'A company wants to deploy a web app with automatic scaling and deployment slots, without managing infrastructure.'
Why candidates choose this
Candidates may confuse Azure App Service as a container host because it supports 'Web App for Containers,' but they overlook that ACI is even simpler for running containers without orchestration or VM management.
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?”
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
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.
Key term
Azure Container Instances
Azure Container Instances (ACI) is a PaaS service that lets you run a container directly in Azure without managing any underlying servers or orchestration.
About these practice questions
This AZ-900 question is part of Courseiva's 981-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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.