BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning and Implementing Microsoft DevOps Solutions (AZ-400)Unit 2 — Source control strategy — roadmap
Roadmap205 words

Unit 2 — Source control strategy — roadmap

Unit 2 — Design and implement a source control strategy

Exam weight: 10–15% · 2 topics · 9 learning objectives

TopicObjectivesCore idea
2.1 Branching strategies3How many versions must you support in production?
2.2 Managing repositories6Keep in Git only what benefits from being versioned with the source

The three things to carry

  1. Release branches exist for multiple supported versions. That question decides branching strategy; everything else is secondary.
  2. Git for source, Azure Artifacts for dependencies, Git LFS for large binaries that change often. Binaries don't delta, so the cost is permanent and paid by every clone.
  3. A committed secret is rotated first. History rewriting changes every hash and forces a re-clone — and it does not un-distribute the value.

Two protections worth knowing precisely

  • Require branches to be up to date — stops two individually-green PRs breaking main together.
  • Include administrators — otherwise the branch is unprotected exactly during an incident.

Where it connects

Branch policies (2.1) are the merge-boundary twin of environment checks (3.3). Push protection (4.3) is what stops the secret in 2.2 ever being committed.

All Designing and Implementing Microsoft DevOps Solutions (AZ-400) Study Resources

Related Notes

  • Agent and runner infrastructure421 words
  • Agent and runner infrastructure — quick notes150 words
  • Alerting on pipeline events255 words
  • Alerting on pipeline events — quick notes94 words
  • Analyzing usage and application performance241 words
  • Analyzing usage and application performance — quick notes73 words
  • Appropriate access levels217 words
  • Appropriate access levels — quick notes85 words
  • Automating container scanning277 words
  • Automating container scanning — quick notes96 words
  • Automating documentation from Git history191 words
  • Automating documentation from Git history — quick notes55 words

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Designing and Implementing Microsoft DevOps Solutions (AZ-400) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.