Medium1 markMultiple Choice
AZ-305 · Question 40 · Domain 4.1: Compute Solutions
You have an Azure App Service hosting a production web application. You need to deploy a new version of the application without any downtime. You also need to test the new version with 10% of live user traffic before fully cutting over. What should you use?
You have an Azure App Service hosting a production web application. You need to deploy a new version of the application without any downtime. You also need to test the new version with 10% of live user traffic before fully cutting over. What should you use?
Answer options:
A.
Azure Traffic Manager.
B.
App Service deployment slots.
C.
Azure Front Door.
D.
App Service scale out.
How to approach this question
Identify the App Service feature used for staging and traffic routing.
Full Answer
B.App Service deployment slots.✓ Correct
App Service deployment slots.
Deployment slots are live apps with their own host names. You can swap a staging slot with the production slot for zero-downtime deployments, and you can route a percentage of traffic to a slot for A/B testing.
Common mistakes
Thinking an external load balancer is required for A/B testing in App Service.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 6
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd is a global manufacturing company with 50,000 employees. They operate a mix of on-pre...MediumQ02A financial institution has 500 Windows Server VMs on-premises and 200 VMs in Azure. They need to...HardQ03An enterprise uses Azure Sentinel and Log Analytics. They ingest 500 GB of logs daily. The IT bud...HardQ04You are designing a monitoring strategy for a new Azure deployment consisting of App Service, Azu...EasyQ05A healthcare company uses Microsoft Entra ID (Azure AD). They need to implement a security policy...Medium
Expert