AZ-400 · Question #223
Your company develops an application named App1 that is deployed in production. As part of an application update, a new service is being added to App1. The new service requires access to an applicatio
The correct answer is A. Implement a feature flag.. Feature flags support a customer-first DevOps mindset, to enable (expose) and disable (hide) features in a solution, even before they are complete and ready for release. Incorrect Answers: C: Branch policies are an important part of the Git workflow and enable you to: Isolate wor
Question
Options
- AImplement a feature flag.
- BCreate a fork in the build.
- CCreate a branch in the build.
- DImplement a branch policy.
How the community answered
(26 responses)- A73% (19)
- B4% (1)
- C15% (4)
- D8% (2)
Explanation
Feature flags support a customer-first DevOps mindset, to enable (expose) and disable (hide) features in a solution, even before they are complete and ready for release. Incorrect Answers: C: Branch policies are an important part of the Git workflow and enable you to: Isolate work in progress from the completed work in your master branch Guarantee changes build before they get to master https://docs.microsoft.com/en-us/azure/devops/migrate/phase-features-with-feature-flags
Community Discussion
No community discussion yet for this question.