Skip to content

Commit 1131de4

Browse files
committed
Fix alt text
1 parent ef30d2b commit 1131de4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
3232
1. Select **Review + Enable** and **Enable**.
3333

3434
You've now successfully onboarded your Virtual Machine Scale Set to Chaos Studio.
@@ -38,18 +38,18 @@ 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)
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)
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)
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)
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)
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.
5151
1. Select **Add** to add the fault to the experiment.
52-
![A screenshot showing the zone selection step within the fault pane](images/tutorial-dynamic-targets-enable.png)
52+
![A screenshot showing the zone selection step within the fault pane.](images/tutorial-dynamic-targets-enable.png)
5353
1. Select **Review + create** and then **Create** to save the experiment.
5454

5555
## Give experiment permission to your Virtual Machine Scale Sets
@@ -58,28 +58,28 @@ When you create a chaos experiment, Chaos Studio creates a system-assigned manag
5858

5959
1. Navigate to your Virtual Machine Scale Sets resource and select **Access control (IAM)**.
6060
2. Select **Add role assignment**.
61-
![A screenshot of the Virtual Machine Scale Sets resource page](images/tutorial-dynamic-targets-vmss-iam.png)
61+
![A screenshot of the Virtual Machine Scale Sets resource page.](images/tutorial-dynamic-targets-vmss-iam.png)
6262
3. In the **Role** tab, choose **Virtual Machine Contributor** and then select **Next**.
63-
![A screenshot of the access control overview](images/tutorial-dynamic-targets-role-selection.png)
63+
![A screenshot of the access control overview for Virtual Machine Scale Sets.](images/tutorial-dynamic-targets-role-selection.png)
6464
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.
65-
![A screenshot of the access control overview](images/tutorial-dynamic-targets-role-assignment.png)
65+
![A screenshot of the access control overview.](images/tutorial-dynamic-targets-role-assignment.png)
6666
1. Select **Review + assign** then **Review + assign**.
67-
![A screenshot of the access control overview](images/tutorial-dynamic-targets-role-confirmation.png)
67+
![A screenshot of the access control confirmation page.](images/tutorial-dynamic-targets-role-confirmation.png)
6868

6969

7070
## Run your experiment
7171

7272
You're now ready to run your experiment!
7373

7474
1. In **Chaos Studio**, navigate to the **Experiments** view, choose your experiment, and select **Start**.
75-
![A screenshot of the access control overview](images/tutorial-dynamic-targets-start-experiment.png)
75+
![A screenshot of the Experiments view, with the Start button highlighted.](images/tutorial-dynamic-targets-start-experiment.png)
7676
1. Select **OK** to confirm that you want to start the experiment.
7777
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**.
7878

7979
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.
8080

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

8484

8585
## Next steps

0 commit comments

Comments
 (0)