BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning and Implementing Microsoft DevOps Solutions (AZ-400)Deployments including database tasks — quick notes
Quick Notes117 words

Deployments including database tasks — quick notes

Database deployments — quick notes

PrincipleDetail
Core ruleSchema must be compatible with old and new app versions during rollout
Breaking change patternExpand → Migrate → Contract
ExpandAdd new column; old code unaffected
MigrateDual-write, backfill
ContractDrop old column only when nothing reads it
Migrations must beIdempotent, transactional where possible, backed up first
OrderingMigration stage before app stage; completion ≠ readiness

Traps

  1. A single rename is neither independently deployable nor reversible.
  2. on: failure cannot undo destructive DDL — only a tested restore can.
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.