Επεξεργασία

Use a chaos experiment template to take down Virtual Machine Scale Set availability zones with autoscale disabled

You can use a chaos experiment to verify that your application is resilient to failures by causing those failures in a controlled environment. In this article, you take down an availability zone (with autoscale disabled) of a Virtual Machine Scale Sets instance using a pre-populated experiment template and Azure Chaos Studio.

Prerequisites

  • An Azure subscription. If you don't have an Azure subscription, create an Azure free account before you begin.
  • A Virtual Machine Scale Sets instance.
  • An Autoscale Settings instance.

Enable Chaos Studio on your Virtual Machine Scale Sets and Autoscale Settings instances

Azure Chaos Studio can't inject faults against a resource until that resource is added to Chaos Studio. To add a resource to Chaos Studio, create a target and capabilities on the resource. Virtual Machine Scale Sets has only one target type (Microsoft-VirtualMachineScaleSet) and one capability (shutdown). Autoscale Settings has only one target type (Microsoft-AutoScaleSettings) and one capability (disableAutoscale). Other resources might have up to two target types. One target type is for service-direct faults. Another target type is for agent-based faults. Other resources might have many other capabilities.

  1. Open the Azure portal.

  2. Search for Chaos Studio in the search bar.

  3. Select Targets and find your autoscale setting resource.

  4. Select the autoscale setting resource and select Enable targets > Enable service-direct targets.

    Screenshot that shows the Targets screen in Chaos Studio, with the autoscale setting resource selected.

  5. Select Review + Enable > Enable.

  6. Find your virtual machine scale set resource.

  7. Select the virtual machine scale set resource and select Enable targets > Enable service-direct targets.

    Screenshot that shows the Targets screen in Chaos Studio, with the virtual machine scale set resource selected.

  8. Select Review + Enable > Enable.

You've now successfully added your autoscale setting and virtual machine scale set to Chaos Studio.

Create an experiment from a template

Now you can create your experiment from a pre-filled experiment template. A chaos experiment defines the actions you want to take against target resources. The actions are organized and run in sequential steps. The chaos experiment also defines the actions you want to take against branches, which run in parallel.

  1. In Chaos Studio, go to Experiments > Create > New from template.

    Screenshot that shows the Experiments screen, with the New from template button highlighted.

  2. Select Availability Zone Down.

    Screenshot that shows the experiment templates screen, with the Availability Zone down template button highlighted.

  3. Add a name for your experiment that complies with resource naming guidelines. Select Next: Permissions.

    Screenshot that shows the experiment basics screen, with the permissions tab button highlighted.

  4. For your chaos experiment to run successfully, it must have sufficient permissions on target resources. Select a system-assigned managed identity or a user-assigned managed identity for your experiment. You can choose to enable custom role assignment if you would like Chaos Studio to add the necessary permissions to run (in the form of a custom role) to your experiment's identity. Select Next: Experiment designer.

    Screenshot that shows the experiment permissions screen, with the experiment designer tab button highlighted.

  5. Within the Disable Autoscale fault, select Edit.

    Screenshot that shows the experiment designer screen, with the edit button within the disable autoscale fault highlighted.

  6. Review fault parameters and select Next: Target resources.

    Screenshot that shows the fault parameters pane for autoscale, with the target resources button highlighted.

  7. Select the autoscale setting resource that you want to use in the experiment. Select Save.

    Screenshot that shows the fault targets pane for autoscale, with the save button highlighted.

  8. Within the VMSS Shutdown (version 2.0) fault, select Edit.

    Screenshot that shows the experiment designer screen, with the edit button within the Virtual Machine Scale Set shutdown fault highlighted.

  9. Review fault parameters and select Next: Target resources.

    Screenshot that shows the fault parameters pane for the virtual machine scale set, with the target resources button highlighted.

  10. Select the virtual machine scale set resource that you want to use in the experiment. Select Next: Scope.

    Screenshot that shows the fault targets pane for Virtual Machine Scale Set, with the save button highlighted.

  11. Select the zone(s) within your virtual machine scale set you would like to take down. Select Save.

    Screenshot that shows the scope pane, with the save button highlighted.

  12. Select Review + create > Create to save the experiment.

Run your experiment

You're now ready to run your experiment.

  1. In the Experiments view, select your experiment. Select Start > OK.
  2. When Status changes to Running, select Details for the latest run under History to see details for the running experiment.

Next steps

Now that you've run an Availability Zone Down template experiment, you're ready to: