Azure App Service: Fully Managed Web App Hosting with Autoscaling
A company wants to deploy a web application that automatically scales based on traffic, without managing any virtual machines. They need high availability and support for multiple development frameworks. Which Azure service should they use?
Quick Answer
The answer is Azure App Service, the fully managed Platform-as-a-Service (PaaS) web app hosting solution that meets all the requirements. This service is correct because it provides built-in autoscaling rules that automatically adjust compute resources based on traffic demand, while eliminating the need to manage any virtual machines or operating systems. Azure App Service also guarantees high availability through its SLA-backed multi-instance deployment and supports a wide range of development frameworks including .NET, Java, Node.js, Python, and PHP. On the AZ-900 exam, this scenario tests your understanding of PaaS versus IaaS—a common trap is choosing Virtual Machine Scale Sets, which still require OS management. Remember that if the question says “no VM management” and “multiple frameworks,” you should immediately think of App Service. A helpful memory tip: “App Service = App without the server work,” linking the name directly to its PaaS nature.
⚠ Common exam trap
It's easy for candidates to confuse Azure Functions (serverless, event-driven) with Azure App Service (PaaS for full web apps), but Functions lacks support for multiple development frameworks in a single application and is not designed for persistent, stateful web 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 App Service
Azure App Service is a fully managed Platform-as-a-Service (PaaS) offering that automatically scales web applications based on traffic using built-in autoscale rules, without requiring any virtual machine management. It provides high availability through its SLA-backed multi-instance deployment and supports multiple development frameworks including .NET, Java, Node.js, Python, and PHP, making it the ideal choice for this scenario.
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 Virtual Machines
Why it's wrong here
VMs require managing the underlying operating system and do not provide automatic scaling without additional configuration.
When this WOULD be correct
A company needs to migrate an existing on-premises application to Azure with minimal changes, requiring full control over the OS and custom software installations. They are willing to manage scaling and availability manually.
- ✓
Azure App Service
Why this is correct
App Service is a PaaS offering that handles scaling, patching, and availability, and supports multiple frameworks.
- ✗
Azure Functions
Why it's wrong here
Functions is for event-driven serverless compute, not designed for hosting a full web application.
When this WOULD be correct
A company needs to run a small piece of code in response to events (e.g., HTTP requests, queue messages) without managing infrastructure, and the code executes in under 10 minutes. They prioritize pay-per-execution pricing and automatic scaling for sporadic workloads.
- ✗
Azure Kubernetes Service
Why it's wrong here
Azure Kubernetes Service (AKS) is incorrect as it still necessitates the management of underlying virtual machine worker nodes, directly contradicting the requirement to deploy without managing any VMs. While AKS provides robust orchestration for containerised applications, offering high availability and automatic scaling, it is designed for scenarios where users require granular control over their compute infrastructure, making it ideal for complex microservices deployments where some VM management is acceptable.
When this WOULD be correct
A company needs to deploy containerized microservices with complex orchestration, scaling, and self-healing capabilities, and they are willing to manage the underlying VMs or use serverless containers (ACI). The question would specify 'container orchestration' or 'microservices architecture' as a requirement.
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 App ServiceCorrect answer▾
Why this is correct
App Service is a PaaS offering that handles scaling, patching, and availability, and supports multiple frameworks.
✗Azure Virtual MachinesWrong answer — click to see why▾
Why this is wrong here
Azure Virtual Machines require manual management of VMs and do not provide automatic scaling or high availability out-of-the-box without additional configuration. The question specifies 'without managing any virtual machines,' which rules out this option.
★ When this WOULD be the correct answer
A company needs to migrate an existing on-premises application to Azure with minimal changes, requiring full control over the OS and custom software installations. They are willing to manage scaling and availability manually.
Why candidates choose this
Candidates may think VMs are the only way to run custom applications, not realizing that Azure App Service supports multiple frameworks and handles scaling automatically.
✗Azure FunctionsWrong answer — click to see why▾
Why this is wrong here
Azure Functions is a serverless compute service designed for event-driven, short-lived tasks, not for hosting a full web application that requires high availability and support for multiple development frameworks. It lacks built-in features for automatic scaling of a web app with persistent connections and state management.
★ When this WOULD be the correct answer
A company needs to run a small piece of code in response to events (e.g., HTTP requests, queue messages) without managing infrastructure, and the code executes in under 10 minutes. They prioritize pay-per-execution pricing and automatic scaling for sporadic workloads.
Why candidates choose this
Candidates may confuse serverless computing with platform-as-a-service (PaaS) and think Azure Functions can host web apps because it supports HTTP triggers, overlooking its limitations for full application hosting.
✗Azure Kubernetes ServiceWrong answer — click to see why▾
Why this is wrong here
Azure Kubernetes Service (AKS) requires managing virtual machines (nodes) and is not a fully managed platform for web apps that automatically scales without any VM management. The question specifies 'without managing any virtual machines,' which AKS does not satisfy.
★ When this WOULD be the correct answer
A company needs to deploy containerized microservices with complex orchestration, scaling, and self-healing capabilities, and they are willing to manage the underlying VMs or use serverless containers (ACI). The question would specify 'container orchestration' or 'microservices architecture' as a requirement.
Why candidates choose this
Candidates may confuse AKS's scaling capabilities with automatic scaling, but they overlook the requirement of not managing VMs. AKS still involves node management unless using virtual nodes, which is an advanced feature not implied in the basic scenario.
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
SLA
A Service Level Agreement (SLA) is a contract between a service provider and a customer that defines the level of service expected, including metrics like uptime, response time, and penalties for non-compliance.
Key term
Azure App Service
Azure App Service is a fully managed platform for building, deploying, and scaling web applications and APIs without managing the underlying infrastructure.
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 →
Same concept, more angles
1 more way this is tested on AZ-900
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company wants to host a web application that automatically scales based on traffic. Which Azure service is most appropriate for hosting this application without managing virtual machines?
medium- A.Azure Virtual Machines
- ✓ B.Azure App Service
- C.Azure Batch
- D.Azure Container Instances
Why B: Azure App Service is a fully managed platform-as-a-service (PaaS) offering that automatically scales web applications based on traffic without requiring you to manage the underlying virtual machines. It supports built-in autoscaling rules, load balancing, and high availability, making it ideal for hosting web apps with variable demand.
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.