Skip to content

Commit 3652ac2

Browse files
committed
clarify wording based on comments
1 parent 64c15fa commit 3652ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/chaos-studio/chaos-studio-tutorial-dynamic-target-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ author: rsgel
55
ms.author: carlsonr
66
ms.service: chaos-studio
77
ms.topic: how-to
8-
ms.date: 4/3/2023
8+
ms.date: 4/11/2023
99
ms.custom: template-how-to
1010
---
1111

1212
# Create a chaos experiment to shut down all targets in a zone
1313

14-
You can use dynamic targeting in a chaos experiment to choose a set of targets to run an experiment against. This guide shows how you can dynamically target a Virtual Machine Scale Set to shut down based on availability zone. Running this experiment can help you test failover to a Virtual Machine Scale Sets instance in a different region if there's an outage.
14+
You can use dynamic targeting in a chaos experiment to choose a set of targets to run an experiment against, based on criteria evaluated at experiment runtime. This guide shows how you can dynamically target a Virtual Machine Scale Set to shut down instances based on availability zone. Running this experiment can help you test failover to a Virtual Machine Scale Sets instance in a different region if there's an outage.
1515

1616
These same steps can be used to set up and run an experiment for any fault that supports dynamic targeting. Currently, only Virtual Machine Scale Sets shutdown supports dynamic targeting.
1717

@@ -82,7 +82,7 @@ In this example, the chaos experiment successfully shut down the instance in Zon
8282
## Next steps
8383

8484
> [!TIP]
85-
> If your Virtual Machine Scale Set uses an Autoscale policy, try improving this experiment by adding a parallel branch with the **Disable Autoscale** fault against the Virtual Machine Scale Set's `microsoft.insights/autoscaleSettings` resource.
85+
> If your Virtual Machine Scale Set uses an autoscale policy, the policy will provision new VMs after this experiment shuts down existing VMs. To prevent this, add a parallel branch in your experiment that includes the **Disable Autoscale** fault against the Virtual Machine Scale Set's `microsoft.insights/autoscaleSettings` resource. Remember to onboard the autoscaleSettings resource as a Target and assign the role.
8686
8787
Now that you've run a dynamically targeted Virtual Machine Scale Sets shutdown experiment, you're ready to:
8888
- [Create an experiment that uses agent-based faults](chaos-studio-tutorial-agent-based-portal.md)

0 commit comments

Comments
 (0)