AZ-900 Describe Azure architecture and services Practice Question
A company wants to run a containerized microservices application on Azure. They need automatic scaling based on demand, service discovery, and rolling updates without manual intervention. They want to avoid managing the underlying virtual machines. Which Azure compute service should they choose?
⚠ Common exam trap
Candidates often confuse Azure Container Instances (ACI) with AKS because both run containers, but ACI lacks the orchestration features (scaling, service discovery, rolling updates) required for multi-service microservices, leading them to choose the simpler option incorrectly.
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 Kubernetes Service (AKS)
Azure Kubernetes Service (AKS) is the correct choice because it provides a managed Kubernetes orchestration platform that supports automatic scaling (Horizontal Pod Autoscaler), service discovery (via DNS and Kubernetes Services), and rolling updates (via Deployment strategies) without requiring you to manage the underlying VMs. AKS abstracts the control plane and node management, aligning perfectly with the requirement to avoid VM management while offering full container orchestration capabilities.
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 (ACI)
Why it's wrong here
Azure Container Instances (ACI) allows you to run a single container or a small container group in seconds without provisioning or managing VMs, which is useful for burst workloads or simple tasks. However, it does not include an orchestration layer: there is no built-in service discovery, load balancing across replicas, automatic scaling at the cluster level, or rolling update strategy. You would need to pair it with an orchestrator like Kubernetes to manage a microservices app, so ACI alone is insufficient here.
When this WOULD be correct
A company needs to run a single container or a simple batch job quickly without managing orchestration, and they want the fastest startup time with per-second billing. They do not require service discovery or rolling updates.
- ✓
Azure Kubernetes Service (AKS)
Why this is correct
Azure Kubernetes Service (AKS) is a managed Kubernetes offering that provides full container orchestration, including automatic scaling, service discovery, rolling updates, and self-healing across a cluster of microservices. It abstracts the control plane and manages the underlying virtual machines, giving you a reliable, production-grade platform without operational overhead. This makes AKS the appropriate choice for a containerized microservices application requiring orchestration.
- ✗
Azure App Service
Why it's wrong here
Azure App Service is a fully managed platform for hosting web apps, REST APIs, and mobile backends, and it can run a single containerized application via Web App for Containers. However, it is inherently a single-app PaaS: it does not offer the declarative orchestration, service-to-service discovery, pod-level scaling, or multi-service deployment model that a microservices architecture requires. Attempting to run a distributed set of microservices on App Service would force you to manage orchestration yourself, which negates the benefit.
When this WOULD be correct
A company wants to deploy a web application or API that runs in a container but does not require complex orchestration, service discovery, or rolling updates. They prefer a fully managed platform with built-in scaling and CI/CD support, and they want to avoid managing Kubernetes clusters.
- ✗
Azure Functions
Why it's wrong here
Azure Functions is a serverless compute service designed for event-driven code snippets that execute in response to triggers, such as HTTP requests, timers, or queue messages. It automatically scales instances on demand, but each function is stateless and short-lived, lacking the control plane needed for service discovery, rolling deployments, or coordinated lifecycle management across a set of microservices. Therefore, it cannot orchestrate a long-running microservices architecture as a cohesive unit.
When this WOULD be correct
A company needs to run event-driven code that responds to triggers (e.g., HTTP requests, queue messages) without managing servers, and the workload is composed of small, stateless functions that scale automatically. The question would specify 'serverless compute for event-driven tasks' rather than containerized microservices.
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 Kubernetes Service (AKS)Correct answer▾
Why this is correct
Azure Kubernetes Service (AKS) is a managed Kubernetes offering that provides full container orchestration, including automatic scaling, service discovery, rolling updates, and self-healing across a cluster of microservices. It abstracts the control plane and manages the underlying virtual machines, giving you a reliable, production-grade platform without operational overhead. This makes AKS the appropriate choice for a containerized microservices application requiring orchestration.
✗Azure Container Instances (ACI)Wrong answer — click to see why▾
Why this is wrong here
Azure Container Instances (ACI) lacks built-in service discovery, rolling updates, and orchestration capabilities required for a microservices application. It is designed for simple, single-container deployments, not multi-container orchestration.
★ When this WOULD be the correct answer
A company needs to run a single container or a simple batch job quickly without managing orchestration, and they want the fastest startup time with per-second billing. They do not require service discovery or rolling updates.
Why candidates choose this
Candidates may confuse ACI with a container orchestration platform because it runs containers, but they overlook its lack of advanced features like service discovery and rolling updates that are essential for microservices.
✗Azure App ServiceWrong answer — click to see why▾
Why this is wrong here
Azure App Service does not natively support container orchestration features like service discovery and rolling updates for microservices; it is designed for web apps and APIs, not for managing multiple containerized microservices with automatic scaling based on demand.
★ When this WOULD be the correct answer
A company wants to deploy a web application or API that runs in a container but does not require complex orchestration, service discovery, or rolling updates. They prefer a fully managed platform with built-in scaling and CI/CD support, and they want to avoid managing Kubernetes clusters.
Why candidates choose this
Candidates may confuse App Service's container support with full container orchestration, or they may think that App Service can handle microservices because it supports containers and auto-scaling, overlooking the need for service discovery and rolling updates.
✗Azure FunctionsWrong answer — click to see why▾
Why this is wrong here
Azure Functions is event-driven and designed for short-lived, stateless functions, not for running containerized microservices with service discovery and rolling updates. It does not natively support container orchestration or automatic scaling of containers.
★ When this WOULD be the correct answer
A company needs to run event-driven code that responds to triggers (e.g., HTTP requests, queue messages) without managing servers, and the workload is composed of small, stateless functions that scale automatically. The question would specify 'serverless compute for event-driven tasks' rather than containerized microservices.
Why candidates choose this
Candidates may confuse serverless computing with container orchestration, thinking that Azure Functions can run containers (it can, but not with the required features like service discovery and rolling updates). They might also overestimate the capabilities of Azure Functions for complex microservices.
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?”
Visual reference
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 Kubernetes Service
Azure Kubernetes Service is a managed container orchestration service that simplifies deploying, managing, and scaling containerized applications using Kubernetes on Microsoft Azure.
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.