AZ-400 · Question #549
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 t
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
Options
- Aprogressive exposure
- BA/B
- Cfeature toggle
- Dblue/green
How the community answered
(52 responses)- A77% (40)
- B6% (3)
- C4% (2)
- D13% (7)
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.