Slide 10
Slide 10 text
DEPLOYMENT PIPELINE FOR AZURE SQL DATABASES
Continuous Integration – Change validation
• Integrate and validate changes
• Small batches
• Unit, Integration, Acceptance tests
• What tests should be done?
• Before, during and after the deployment?
• What happens if tests breaks?
• Depends on what was broken, when was broken
• Manual intervention, automation?
• Rollback, roll front?