Courseiva
Describe Azure architecture and servicesmediumMultiple ChoiceObjective-mapped

AZ-900 Describe Azure architecture and services Practice Question

A company is planning to migrate its on-premises applications to Azure. They have a mix of monolithic and microservices-based applications. Which Azure compute service should they choose for a microservices architecture that requires independent scaling and deployment of components?

⚠ Common exam trap

Watch out — candidates often confuse Azure Functions (serverless) with microservices orchestration, but Functions lacks the container orchestration, service discovery, and rolling update capabilities that AKS provides for managing independent components.

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 designed specifically for microservices architectures. AKS enables independent scaling, deployment, and management of containerized components, which aligns with the requirement for decoupled services that can be updated or scaled individually without affecting the entire application.

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 Functions

    Why it's wrong here

    Azure Functions is a serverless compute service designed for event-driven, short-lived workloads, where each function runs in response to triggers such as HTTP requests, queues, or timers. It does not provide the native container orchestration, service discovery, or per-microservice scaling policies that AKS offers; scaling is tied to function-level concurrency, not individual microservice instances, making it unsuitable for orchestrating multiple independently deployable microservices.

    When this WOULD be correct

    A question asking for a serverless compute service to run event-driven code triggered by HTTP requests, timers, or other Azure services, without managing infrastructure, would make Azure Functions the correct answer.

  • Azure App Service

    Why it's wrong here

    Azure App Service is a Platform-as-a-Service (PaaS) offering optimized for hosting web apps, RESTful APIs, and mobile backends. While it supports basic scaling and deployment slots, it treats each app as a single unit—scaling applies to the entire app instance, not independent subcomponents—and lacks the fine-grained orchestration, container scheduling, and inter-service networking primitives required for a microservices architecture, making it a poor fit for this migration scenario.

    When this WOULD be correct

    Azure App Service would be correct for a question asking for a fully managed PaaS to host a monolithic web application or a simple API backend, where the focus is on rapid deployment and automatic scaling of the entire application without managing infrastructure.

  • Azure Kubernetes Service (AKS)

    Why this is correct

    Azure Kubernetes Service (AKS) is the correct choice because it provides a fully managed Kubernetes control plane, enabling containerized microservices to be deployed, scaled, and updated independently. With native support for horizontal pod autoscaling, service discovery, and rolling updates, AKS directly addresses the requirement for independent scaling and deployment of each microservice component, without the operational overhead of managing the control plane yourself.

  • Azure Virtual Machines

    Why it's wrong here

    Azure Virtual Machines require manual configuration of load balancers, scaling rules, and deployment pipelines to achieve independent scaling and deployment for each microservice, whereas Azure Container Instances or Azure Kubernetes Service provide built-in orchestration for containerised components. This option is tempting because VMs offer full control over the operating system and are a natural choice for monolithic applications that need custom software installations or legacy dependencies.

    When this WOULD be correct

    When the question asks for a service that provides full control over the operating system and custom software configurations, such as lifting and shifting an existing monolithic application without modification, or when specific compliance or legacy dependencies require a dedicated VM.

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 provides a fully managed Kubernetes control plane, enabling containerized microservices to be deployed, scaled, and updated independently. With native support for horizontal pod autoscaling, service discovery, and rolling updates, AKS directly addresses the requirement for independent scaling and deployment of each microservice component, without the operational overhead of managing the control plane yourself.

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 microservices with independent scaling and deployment of components. It lacks orchestration features for complex microservices architectures.

★ When this WOULD be the correct answer

A question asking for a serverless compute service to run event-driven code triggered by HTTP requests, timers, or other Azure services, without managing infrastructure, would make Azure Functions the correct answer.

Why candidates choose this

Candidates may associate microservices with serverless computing and mistakenly think Azure Functions can handle all microservices scenarios, overlooking the need for container orchestration and independent component management.

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 apps, APIs, and mobile backends, but it does not natively support independent scaling and deployment of individual microservices components. It treats the entire app as a single unit, making it unsuitable for fine-grained microservices orchestration.

★ When this WOULD be the correct answer

Azure App Service would be correct for a question asking for a fully managed PaaS to host a monolithic web application or a simple API backend, where the focus is on rapid deployment and automatic scaling of the entire application without managing infrastructure.

Why candidates choose this

Candidates may confuse App Service's support for containers and CI/CD with true microservices orchestration, overlooking that AKS provides the necessary container orchestration, service discovery, and granular scaling for microservices.

Azure Virtual MachinesWrong answer — click to see why

Why this is wrong here

Azure Virtual Machines require manual management of scaling and deployment, lacking native support for container orchestration and independent component scaling, which are essential for microservices.

★ When this WOULD be the correct answer

When the question asks for a service that provides full control over the operating system and custom software configurations, such as lifting and shifting an existing monolithic application without modification, or when specific compliance or legacy dependencies require a dedicated VM.

Why candidates choose this

Candidates may think VMs offer flexibility for any architecture, overlooking that microservices benefit from higher-level orchestration services like AKS that automate scaling and deployment.

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 writes every AZ-900 question from scratch — 981 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.