Quick Notes136 words

Hotfix path planning — quick notes

Hotfix path — quick notes

RuleWhy
Release-firstBranch from the maintained production release line, then PR the fix back
Main-firstPR the fix into main, then cherry-pick it into the current release branch
Keep both lines fixedPort the exact change with a targeted cherry-pick and PR
Emergency validationPreserve high-risk, low-cost checks; modify lower-risk, costly steps according to a predefined risk decision
Check bypassRequires Administrator permission on the checked resource; the checks panel records who bypassed it
Incident governancePredefine authorized responders and document high-impact actions

Trap: a release-first fix that never reaches main can disappear from the next release.

Sources: https://learn.microsoft.com/en-us/azure/devops/repos/git/git-branching-guidance · https://learn.microsoft.com/en-us/devops/operate/how-microsoft-operates-devops · https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals · https://learn.microsoft.com/en-us/azure/well-architected/operational-excellence/maturity-model · https://learn.microsoft.com/en-us/azure/well-architected/design-guides/incident-management

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