Easy1 markMultiple Choice
AZ-305 · Question 41 · Domain 4.1: Design a Compute Solution
Your development team is deploying a new version of a mission-critical web application hosted on Azure App Service.
They require a deployment strategy that allows them to test the new version in the live production environment with 10% of real user traffic. If the new version performs well, they want to seamlessly switch 100% of traffic to it with zero downtime.
Which Azure App Service feature should you use?
Your development team is deploying a new version of a mission-critical web application hosted on Azure App Service.
They require a deployment strategy that allows them to test the new version in the live production environment with 10% of real user traffic. If the new version performs well, they want to seamlessly switch 100% of traffic to it with zero downtime.
Which Azure App Service feature should you use?
Answer options:
A.
Azure Traffic Manager
B.
Deployment Slots
C.
App Service Backup and Restore
D.
Azure Front Door
How to approach this question
Keywords: 'test in live production', '10% of traffic', 'zero downtime swap'. This describes App Service Deployment Slots.
Full Answer
B.Deployment Slots✓ Correct
Deployment Slots
Azure App Service Deployment Slots are live apps with their own hostnames. You can deploy a new version to a staging slot, use the 'Traffic Routing' feature to send 10% of production traffic to it for A/B testing, and then perform a 'Swap'. The swap changes the IP addresses instantly, resulting in zero downtime.
Common mistakes
Thinking you need a complex load balancer like Front Door or Traffic Manager for this. App Service has this capability built-in via slots.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 4
55 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...MediumQ02CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...MediumQ03CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...HardQ04CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...MediumQ05CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...Hard
Expert