Medium1 markMultiple Choice
AZ-305 · Question 39 · Domain 4.1: Compute Solutions
You are managing an Azure App Service hosting a mission-critical web application.
The development team releases new code weekly. You need to implement a deployment strategy that allows you to:
- Deploy the new code to a staging environment that mirrors production.
- Route exactly 10% of live production traffic to the new code to test its stability.
- Instantly swap the staging environment to production with zero downtime if the test is successful.
Which TWO features of Azure App Service must you use? (Select TWO)
You are managing an Azure App Service hosting a mission-critical web application.
The development team releases new code weekly. You need to implement a deployment strategy that allows you to:
- Deploy the new code to a staging environment that mirrors production.
- Route exactly 10% of live production traffic to the new code to test its stability.
- Instantly swap the staging environment to production with zero downtime if the test is successful.
Which TWO features of Azure App Service must you use? (Select TWO)
Answer options:
A.
Deployment Slots
B.
Traffic Routing
C.
Azure Traffic Manager
D.
App Service Autoscale
E.
Azure Front Door
How to approach this question
Identify the App Service features used for staging environments and A/B testing.
Full Answer
Azure App Service Deployment Slots allow you to deploy your app to a staging environment. You can validate the changes and then perform a swap, which exchanges the IP addresses of the slots, resulting in zero downtime. To test stability with live users, you use the App Service Traffic Routing feature (also known as Testing in Production), which allows you to route a specific percentage of traffic (e.g., 10%) to the staging slot.
Common mistakes
Selecting Traffic Manager. Traffic Manager is a DNS-based global load balancer. App Service Traffic Routing is the native feature for splitting traffic between slots.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 2
55 questions · hints · full answers · grading
More questions from this exam
Q01Fabrikam Inc. is a global financial services company with 200 Azure subscriptions managed via a c...HardQ02A healthcare organization has 500 on-premises Windows Server VMs and 300 Azure VMs. They are impl...HardQ03You are designing a security monitoring solution using Microsoft Sentinel.
The compliance depar...EasyQ04Your company has a microservices application deployed across multiple Azure App Service instances...MediumQ05A defense contractor is migrating to Microsoft 365 and Azure. They have a strict security policy ...Hard
Expert