Question 312 of 981
AZ-900 Describe Azure architecture and services Practice Question
A company wants to run a containerized microservices application on Azure. The application requires automatic scaling, service discovery, and rolling updates without manual intervention. They prefer not to manage the underlying virtual machines. Which Azure compute service should they choose?
⚠ Common exam trap
Many exam-takers confuse Azure Container Instances (ACI) with AKS because both run containers, but ACI lacks orchestration features like automatic scaling, service discovery, and rolling updates, which are essential for multi-container microservices applications.
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 fully managed Kubernetes orchestration platform that handles automatic scaling (via Horizontal Pod Autoscaler), service discovery (via Kubernetes DNS and Services), and rolling updates (via Deployment strategies) without requiring you to manage the underlying virtual machines. AKS abstracts the control plane and node management, allowing you to focus on deploying and managing containerized microservices.
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 it's wrong here
Azure Container Instances (ACI) is incorrect because it allows you to run containers quickly without managing VMs, but it lacks the orchestration features needed for a multi-service microservices architecture. ACI does not provide built-in service discovery, automated rolling updates, or replica-based auto-scaling across multiple containers, so you would need to build those capabilities yourself or integrate an external orchestrator. This makes ACI suitable for simple, isolated workloads rather than full microservices orchestration.
When this WOULD be correct
A company needs to run a single container or a simple multi-container application quickly without managing VMs, and does not require advanced orchestration features like automatic scaling or rolling updates. For example, a batch processing job or a simple web app that can be restarted manually.
- ✓
Azure Kubernetes Service (AKS)
Why this is correct
Azure Kubernetes Service (AKS) is the correct choice because it is a fully managed Kubernetes platform that offloads control plane management to Azure. It provides native container orchestration capabilities including automatic scaling, service discovery, rolling updates, self-healing, and load balancing—all essential for complex containerized microservices. AKS simplifies deploying and operating microservices at scale, making it the most appropriate service among these options.
- ✗
Azure App Service
Why it's wrong here
Azure App Service is not the best fit because, while it can host containerized applications, it is fundamentally a PaaS service designed for web apps and APIs. App Service does not offer Kubernetes-grade orchestration features like pod scheduling, service-to-service discovery, or sophisticated rolling update strategies; it abstracts away the infrastructure but gives you less control over container placement and networking. Consequently, it works for simple containers but becomes limiting for complex, independently scalable microservices.
When this WOULD be correct
A company wants to deploy a web application using a Docker container with built-in auto-scaling and CI/CD support, but does not need advanced orchestration features like service discovery or rolling updates. They prefer a fully managed platform without managing VMs or Kubernetes clusters.
- ✗
Azure Functions
Why it's wrong here
Azure Functions is incorrect because it is a serverless, event-driven compute service that executes short-lived code in response to triggers like HTTP requests or queue messages. It is not designed for running long-running containerized microservices, nor does it provide container orchestration with service discovery and rolling updates. Its scaling model is per-function and trigger-based, which does not match the operational requirements of a microservices architecture where each service manages its own lifecycle and networking.
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 infrastructure. The application is composed of small, stateless functions that scale automatically based on demand, and there is no requirement for container orchestration or rolling updates.
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 the correct choice because it is a fully managed Kubernetes platform that offloads control plane management to Azure. It provides native container orchestration capabilities including automatic scaling, service discovery, rolling updates, self-healing, and load balancing—all essential for complex containerized microservices. AKS simplifies deploying and operating microservices at scale, making it the most appropriate service among these options.
✗Azure Container InstancesWrong answer — click to see why▾
Why this is wrong here
Azure Container Instances lacks built-in orchestration features like automatic scaling, service discovery, and rolling updates required for managing a microservices application without manual intervention.
★ When this WOULD be the correct answer
A company needs to run a single container or a simple multi-container application quickly without managing VMs, and does not require advanced orchestration features like automatic scaling or rolling updates. For example, a batch processing job or a simple web app that can be restarted manually.
Why candidates choose this
Candidates may confuse container orchestration with simple container hosting, assuming ACI provides similar capabilities to AKS because both run containers, but ACI is a PaaS for individual containers, not a full orchestration platform.
✗Azure App ServiceWrong answer — click to see why▾
Why this is wrong here
Azure App Service does not natively support container orchestration features like automatic scaling based on custom metrics, service discovery, or rolling updates for containers. It is designed for web apps and APIs, not for managing containerized microservices with those specific requirements.
★ When this WOULD be the correct answer
A company wants to deploy a web application using a Docker container with built-in auto-scaling and CI/CD support, but does not need advanced orchestration features like service discovery or rolling updates. They prefer a fully managed platform without managing VMs or Kubernetes clusters.
Why candidates choose this
Candidates may confuse App Service's container support with full orchestration capabilities, or assume that 'managed platform' implies it handles all container management needs, overlooking the specific requirements 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 managing containerized microservices with automatic scaling, service discovery, and rolling updates. It lacks native support for container orchestration and service discovery.
★ 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 infrastructure. The application is composed of small, stateless functions that scale automatically based on demand, and there is no requirement for container orchestration or rolling updates.
Why candidates choose this
Candidates may confuse serverless computing with container orchestration, assuming Azure Functions can handle containerized microservices because it supports custom containers, but it lacks the orchestration features needed for complex microservices 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?”
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.