Quick Notes129 words

Minimising downtime — quick notes

Minimising downtime — quick notes

MechanismLevel
Load balancingNetwork — remove from new-request rotation; drain existing requests where supported
Rolling deploymentFleet — batches via maxParallel
Deployment slots + swapApp Service — warm then swap
FactDetail
Swap benefitSource workers warm before routing switches; no swap downtime
RollbackSwap back — reversible
Slot settingsSticky to the slot; do not move during a swap
Lower maxParallelLess capacity lost, longer deployment

Trap: a connection string that is not a slot setting follows the app across a swap — production ends up pointing at the staging database.

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