Skip to content

Commit 43e32dc

Browse files
committed
Fix issues identified by review team
1 parent 3652ac2 commit 43e32dc

5 files changed

+14
-14
lines changed

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

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

@@ -28,7 +28,7 @@ Chaos Studio can't inject faults against a resource until that resource has been
2828
1. Search for **Chaos Studio** in the search bar.
2929
1. Select **Targets** and find your Virtual Machine Scale Sets resource.
3030
1. With the Virtual Machine Scale Sets resource selected, select **Enable targets** and **Enable service-direct targets**.
31-
![A screenshot showing the targets screen within Chaos Studio, with the VMSS resource selected.](images/tutorial-dynamic-targets-enable.png)
31+
[ ![A screenshot showing the targets screen within Chaos Studio, with the VMSS resource selected.](images/tutorial-dynamic-targets-enable.png) ](images/tutorial-dynamic-targets-enable.png#lightbox)
3232
1. Select **Review + Enable** and **Enable**.
3333

3434
You've now successfully onboarded your Virtual Machine Scale Set to Chaos Studio.
@@ -38,46 +38,46 @@ You've now successfully onboarded your Virtual Machine Scale Set to Chaos Studio
3838
With your Virtual Machine Scale Sets now onboarded, you can create your experiment. A chaos experiment defines the actions you want to take against target resources, organized into steps, which run sequentially, and branches, which run in parallel.
3939

4040
1. Within Chaos Studio, navigate to **Experiments** and select **Create**.
41-
![A screenshot showing the Experiments screen, with the Create button highlighted.](images/tutorial-dynamic-targets-experiment-browse.png)
41+
[ ![A screenshot showing the Experiments screen, with the Create button highlighted.](images/tutorial-dynamic-targets-experiment-browse.png)](images/tutorial-dynamic-targets-experiment-browse.png#lightbox)
4242
1. Add a name for your experiment that complies with resource naming guidelines, and select **Next: Experiment designer**.
43-
![A screenshot showing the experiment creation screen, with the Next button highlighted.](images/tutorial-dynamic-targets-create-exp.png)
43+
[ ![A screenshot showing the experiment creation screen, with the Next button highlighted.](images/tutorial-dynamic-targets-create-exp.png)](images/tutorial-dynamic-targets-experiment-create-exp.png#lightbox)
4444
1. Within Step 1 and Branch 1, select **Add action**, then **Add fault**.
45-
![A screenshot showing the experiment creation screen, with the Add Fault button highlighted.](images/tutorial-dynamic-targets-experiment-fault.png)
45+
[ ![A screenshot showing the experiment creation screen, with the Add Fault button highlighted.](images/tutorial-dynamic-targets-experiment-fault.png)](images/tutorial-dynamic-targets-experiment-fault.png#lightbox)
4646
1. Select the **VMSS Shutdown (version 2.0)** fault. Choose your desired duration and whether you want the shutdown to be abrupt, then select **Next: Target resources**.
47-
![A screenshot showing the fault details view.](images/tutorial-dynamic-targets-fault-details.png)
47+
[ ![A screenshot showing the fault details view.](images/tutorial-dynamic-targets-fault-details.png)](images/tutorial-dynamic-targets-fault-details.png#lightbox)
4848
1. Choose the Virtual Machine Scale Sets resource that you want to use in the experiment, then select **Next: Scope**.
49-
![A screenshot showing the fault details view, with the VMSS resource selected.](images/tutorial-dynamic-targets-fault-resources.png)
49+
[ ![A screenshot showing the fault details view, with the VMSS resource selected.](images/tutorial-dynamic-targets-fault-resources.png)](images/tutorial-dynamic-targets-fault-resources.png#lightbox)
5050
1. In the Zones dropdown, select the zone where you want Virtual Machines in the Virtual Machine Scale Sets instance to be shut down, then select **Add**.
51-
![A screenshot showing the fault details view, with only Zone 1 selected.](images/tutorial-dynamic-targets-fault-zones.png)
51+
[ ![A screenshot showing the fault details view, with only Zone 1 selected.](images/tutorial-dynamic-targets-fault-zones.png)](images/tutorial-dynamic-targets-fault-zones.png#lightbox)
5252
1. Select **Review + create** and then **Create** to save the experiment.
5353

5454
## Give experiment permission to your Virtual Machine Scale Sets
5555

5656
When you create a chaos experiment, Chaos Studio creates a system-assigned managed identity that executes faults against your target resources. This identity must be given [appropriate permissions](chaos-studio-fault-providers.md) to the target resource for the experiment to run successfully. These steps can be used for any resource and target type by modifying the role assignment in step #3 to match the [appropriate role for that resource and target type](chaos-studio-fault-providers.md).
5757

5858
1. Navigate to your Virtual Machine Scale Sets resource and select **Access control (IAM)**, then select **Add role assignment**.
59-
![A screenshot of the Virtual Machine Scale Sets resource page.](images/tutorial-dynamic-targets-vmss-iam.png)
59+
[ ![A screenshot of the Virtual Machine Scale Sets resource page.](images/tutorial-dynamic-targets-vmss-iam.png)](images/tutorial-dynamic-targets-vmss-iam.png#lightbox)
6060
3. In the **Role** tab, choose **Virtual Machine Contributor** and then select **Next**.
61-
![A screenshot of the access control overview for Virtual Machine Scale Sets.](images/tutorial-dynamic-targets-role-selection.png)
61+
[ ![A screenshot of the access control overview for Virtual Machine Scale Sets.](images/tutorial-dynamic-targets-role-selection.png)](images/tutorial-dynamic-targets-role-selection.png#lightbox)
6262
1. Choose **Select members** and search for your experiment name. Choose your experiment and then **Select**. If there are multiple experiments in the same tenant with the same name, your experiment name is truncated with random characters added.
63-
![A screenshot of the access control overview.](images/tutorial-dynamic-targets-role-assignment.png)
63+
[ ![A screenshot of the access control overview.](images/tutorial-dynamic-targets-role-assignment.png)](images/tutorial-dynamic-targets-role-assignment.png#lightbox)
6464
1. Select **Review + assign** then **Review + assign**.
65-
![A screenshot of the access control confirmation page.](images/tutorial-dynamic-targets-role-confirmation.png)
65+
[ ![A screenshot of the access control confirmation page.](images/tutorial-dynamic-targets-role-confirmation.png)](images/tutorial-dynamic-targets-role-confirmation.png#lightbox)
6666

6767

6868
## Run your experiment
6969

7070
You're now ready to run your experiment!
7171

7272
1. In **Chaos Studio**, navigate to the **Experiments** view, choose your experiment, and select **Start**.
73-
![A screenshot of the Experiments view, with the Start button highlighted.](images/tutorial-dynamic-targets-start-experiment.png)
73+
[ ![A screenshot of the Experiments view, with the Start button highlighted.](images/tutorial-dynamic-targets-start-experiment.png)](images/tutorial-dynamic-targets-start-experiment.png#lightbox)
7474
1. Select **OK** to confirm that you want to start the experiment.
7575
1. When the **Status** changes to **Running**, select **Details** for the latest run under **History** to see details for the running experiment. If any errors occur, you can view them within **Details** by selecting a failed Action and expanding **Failed targets**.
7676

7777
To see the impact, use a tool such as **Azure Monitor** or the **Virtual Machine Scale Sets** section of the portal to check if your Virtual Machine Scale Sets targets are shut down. If they're shut down, check to see that the services running on your Virtual Machine Scale Sets are still running as expected.
7878

7979
In this example, the chaos experiment successfully shut down the instance in Zone 1, as expected.
80-
![A screenshot of the Virtual Machine Scale Sets resource page showing an instance in the Stopped state.](images/tutorial-dynamic-targets-view-vmss.png)
80+
[ ![A screenshot of the Virtual Machine Scale Sets resource page showing an instance in the Stopped state.](images/tutorial-dynamic-targets-view-vmss.png)](images/tutorial-dynamic-targets-view-vmss.png#lightbox)
8181

8282
## Next steps
8383

-58.9 KB
Loading
Binary file not shown.
-52.8 KB
Loading
-7.19 KB
Loading

0 commit comments

Comments
 (0)