Samples & templates for using Azure Chaos Studio effectively ⚡
This template assumes you have an existing resource group that includes a virtual machine.
To deploy the VM Shutdown Bicep template, download it to your environment, open the Azure CLI, then run the following command, replacing exampleRG with your resource group name:
az deployment group create --resource-group exampleRG --template-file chaos-vm-shutdown.bicep
You'll be prompted to enter the following values:
- targetName: this is the name of an existing Virtual Machine within your resource group
- experimentName: the desired name for your Chaos Experiment
- location: the desired region for the experiment, targets, and capabilities
The template should deploy within a few minutes.
Once the deployment is complete, navigate to Chaos Studio in the Azure portal, select Experiments, and find the experiment created by the template. Select it, then Start the experiment.