AZ-400 · Question #549
AZ-400 Question #549: Real Exam Question with Answer & Explanation
The correct answer is A: progressive exposure. A progressive exposure strategy, also known as canary releasing, allows you to slowly roll out changes to a small subset of users before rolling it out to the entire infrastructure. This lets you monitor and test new releases to ensure functionality before full deployment. It als
Question
You plan to deploy a solution that will include multiple microservices. You need to recommend a deployment strategy for the microservices. The solution must meet the following requirements: - Enable testing and monitoring of changes during a gradual rollout. - Control the number of users that will receive new code releases. Which strategy should you recommend?
Options
- Aprogressive exposure
- BA/B
- Cfeature toggle
- Dblue/green
Explanation
A progressive exposure strategy, also known as canary releasing, allows you to slowly roll out changes to a small subset of users before rolling it out to the entire infrastructure. This lets you monitor and test new releases to ensure functionality before full deployment. It also provides control over the number of users that will receive the new code releases, satisfying both
Community Discussion
No community discussion yet for this question.