- A
Deployment slots
Deployment slots are live environments within App Service that support staged deployment, traffic shifting via slot swapping or slot-specific routing, and instant rollback by swapping back. This feature is purpose-built for zero-downtime deployment and testing.
- B
Azure Traffic Manager
Why wrong: Azure Traffic Manager is a DNS-based traffic load balancer that distributes traffic across regional endpoints. While it can route a percentage of traffic to different endpoints, it does not provide staging environments or slot swapping for App Service. It also introduces DNS propagation delays, which makes instant rollback difficult.
- C
Azure Application Gateway
Why wrong: Azure Application Gateway is a Layer 7 load balancer and web application firewall. It can route traffic based on URL paths or other criteria, but it does not offer staging environments or the ability to swap application versions with zero downtime. Managing version rollback would require manual reconfiguration.
- D
Azure Front Door
Why wrong: Azure Front Door is a global HTTP(S) load balancer with traffic acceleration and traffic splitting capabilities. It can shift a percentage of traffic to different backends, but it does not provide the staging environments or the simple swap mechanism that deployment slots offer. It also requires external management of backend swapping.
Quick Answer
The answer is deployment slots, because Azure App Service allows you to host different application versions in separate slots—such as a staging slot—and then perform a swap with the production slot to achieve zero-downtime deployment and gradual traffic shifting. When you swap, the platform automatically warms up the target slot’s instances before routing live traffic, and you can control the percentage of user traffic sent to the new version using slot auto-swap or manual swap with traffic routing. If issues arise, a simple swap back instantly restores the original version with no downtime. On the AZ-900 exam, this scenario tests your understanding of how deployment slots enable safe, incremental rollouts and instant rollback—a common trap is confusing slots with scaling or backup features. A helpful memory tip: think of “slots” as light switches—you can flip traffic between them without ever turning the lights off.
AZ-900 Describe Azure architecture and services Practice Question
This AZ-900 practice question tests your understanding of describe azure architecture and services. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company runs a production web application on Azure App Service. The development team is working on a new version of the application and wants to deploy it to a staging environment to perform validation tests. After testing, they need to gradually shift a percentage of live user traffic to the new version while monitoring for issues. If any problems occur, they must be able to instantly send all traffic back to the original version with zero downtime. Which Azure App Service feature should the team use to achieve this?
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
Deployment slots
Deployment slots are the correct choice because Azure App Service supports deploying different versions of an application to separate slots (e.g., staging) and then swapping them into production. The swap operation allows you to gradually shift traffic using slot auto-swap or manual swap with traffic routing, and if issues arise, you can instantly swap back to the original slot with zero downtime, as the swap preserves the warm-up state of the target slot.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Deployment slots
Why this is correct
Deployment slots are live environments within App Service that support staged deployment, traffic shifting via slot swapping or slot-specific routing, and instant rollback by swapping back. This feature is purpose-built for zero-downtime deployment and testing.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Azure Traffic Manager
Why it's wrong here
Azure Traffic Manager is a DNS-based traffic load balancer that distributes traffic across regional endpoints. While it can route a percentage of traffic to different endpoints, it does not provide staging environments or slot swapping for App Service. It also introduces DNS propagation delays, which makes instant rollback difficult.
- ✗
Azure Application Gateway
Why it's wrong here
Azure Application Gateway is a Layer 7 load balancer and web application firewall. It can route traffic based on URL paths or other criteria, but it does not offer staging environments or the ability to swap application versions with zero downtime. Managing version rollback would require manual reconfiguration.
- ✗
Azure Front Door
Why it's wrong here
Azure Front Door is a global HTTP(S) load balancer with traffic acceleration and traffic splitting capabilities. It can shift a percentage of traffic to different backends, but it does not provide the staging environments or the simple swap mechanism that deployment slots offer. It also requires external management of backend swapping.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse deployment slots with external load-balancing services like Traffic Manager or Application Gateway, thinking they can achieve the same gradual traffic shifting and instant rollback, but those services operate at different layers and cannot perform a zero-downtime swap within a single App Service instance.
Detailed technical explanation
How to think about this question
Under the hood, deployment slots are separate App Service instances with their own hostnames, but the swap operation is a warm swap that copies the staging slot's content and configuration to the production slot while preserving the production slot's connection strings and app settings that are marked as 'slot-specific.' This ensures that during the swap, the production slot remains available and the staging slot is pre-warmed, enabling instant rollback by swapping back. A real-world scenario is a blue-green deployment where you validate a new release in the staging slot, then route 10% of traffic to it using the 'Auto Swap' feature with traffic routing, and if monitoring detects errors, you can immediately swap back to the original slot without any downtime.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Describe Azure architecture and services — study guide chapter
Learn the concepts, then practise the questions
- →
Describe Azure architecture and services practice questions
Targeted practice on this topic area only
- →
All AZ-900 questions
1,031 questions across all exam domains
- →
Microsoft Azure Fundamentals AZ-900 study guide
Full concept coverage aligned to exam objectives
- →
AZ-900 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AZ-900 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Describe cloud concepts practice questions
Practise AZ-900 questions linked to Describe cloud concepts.
Describe Azure architecture and services practice questions
Practise AZ-900 questions linked to Describe Azure architecture and services.
Describe Azure management and governance practice questions
Practise AZ-900 questions linked to Describe Azure management and governance.
AZ-900 Azure services practice questions
Practise AZ-900 questions linked to AZ-900 Azure services.
AZ-900 pricing and support practice questions
Practise AZ-900 questions linked to AZ-900 pricing and support.
AZ-900 security and compliance practice questions
Practise AZ-900 questions linked to AZ-900 security and compliance.
AZ-900 governance practice questions
Practise AZ-900 questions linked to AZ-900 governance.
Practice this exam
Start a free AZ-900 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AZ-900 question test?
Describe Azure architecture and services — This question tests Describe Azure architecture and services — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Deployment slots — Deployment slots are the correct choice because Azure App Service supports deploying different versions of an application to separate slots (e.g., staging) and then swapping them into production. The swap operation allows you to gradually shift traffic using slot auto-swap or manual swap with traffic routing, and if issues arise, you can instantly swap back to the original slot with zero downtime, as the swap preserves the warm-up state of the target slot.
What should I do if I get this AZ-900 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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.