Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.14 KB

File metadata and controls

40 lines (33 loc) · 1.14 KB

Change and Release

Change model

  • Standard: pre-approved, low risk.
  • Normal: requires assessment and approval.
  • Emergency: expedited with post-change review.

Pre-approval rules

  • Changes must have a rollback plan.
  • Security impact assessed for any policy or identity change.
  • Maintenance windows applied to production changes.

CAB-lite approach

Cloud changes use a lightweight CAB for speed with control. Approval is delegated to the Service Manager for standardized changes.

Change flow

flowchart LR
  A[Change Request] --> B[Assess Risk]
  B --> C{Change Type}
  C -->|Standard| D[Auto-Approve]
  C -->|Normal| E[Approve]
  C -->|Emergency| F[Expedite]
  D --> G[Implement]
  E --> G
  F --> G
  G --> H[Verify]
  H --> I[Close]
Loading

Diagram

See the change management diagram: 22-diagrams/change-management.mmd

Templates

Related docs