Azure · Operations
Azure Chaos Studio
Managed chaos engineering experiments.
Official docsOverview
Chaos Studio injects faults (CPU pressure, VM stop, AKS pod kill, network) into Azure resources via experiments with safety guards.
When to use it
- Resilience validation
- Game days
- Disaster recovery drills
Setup
- Enable Chaos Studio.
- Onboard target resources.
- Author experiment with steps + branches.
How to use
Start
az rest --method post --uri /subscriptions/<id>/resourceGroups/qa-rg/providers/Microsoft.Chaos/experiments/exp1/start?api-version=2023-11-01QA use cases
- Kill AKS pods mid-load-test and verify auto-recovery + SLO.
