| AZ400 Certification Dump Question 22
Your company is implementing a feature in its web application hosted on Azure App Service. The feature needs gradual rollout to monitor impact and performance.
You need to identify a strategy for incrementally releasing the feature to users.
What should you recommend?
Select only one answer.
Choose the correct option from below list
(1)Deploy the feature to a random selection of users and monitor user feedback for any issues.
(2)Deploy the feature to a small group of users and gather feedback before a full rollout.
(3)Implement feature flags using Azure App Configuration to control the rollout of the new feature.
(4)Use a canary deployment strategy by deploying the feature to a small subset of users first.
Answer:-(3)Implement feature flags using Azure App Configuration to control the rollout of the new feature. | | |