Implement Rollback and Resilient Deployments
Implement Rollback and Resilient Deployments
Tasks:
- Set up routing for blue/green switch in Azure Front Door
- Add post-deploy smoke test scripts
- Write rollback playbook (when, who, how)
- Test rollback process in staging quarterly
Introduce feature flags to separate release from exposure
Tasks:
- Choose flag framework (e.g., LaunchDarkly, Azure App Config)
- Wrap in-development features in flags
- Build admin interface to manage flags
- Include feature flag plan in story grooming
Back to top