Skip to content

Commit 3f8a812

Browse files
Update chaos-studio-tutorial-agent-based-portal.md
1 parent fa6386f commit 3f8a812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/chaos-studio/chaos-studio-tutorial-agent-based-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: template-how-to
1212

1313
# Create a chaos experiment that uses an agent-based fault with the Azure portal
1414

15-
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 cause a high CPU event on a Linux virtual machine (VM) by using a chaos experiment and Azure Chaos Studio. Running this experiment can help you defend against an application from becoming resource starved.
15+
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 cause a high % of CPU utilization event on a Linux virtual machine (VM) by using a chaos experiment and Azure Chaos Studio. Running this experiment can help you defend against an application from becoming resource starved.
1616

1717
You can use these same steps to set up and run an experiment for any agent-based fault. An *agent-based* fault requires setup and installation of the chaos agent. A service-direct fault runs directly against an Azure resource without any need for instrumentation.
1818

@@ -67,7 +67,7 @@ Now you can create your experiment. A chaos experiment defines the actions you w
6767
1. You're now in the Chaos Studio experiment designer. You can build your experiment by adding steps, branches, and faults. Give a friendly name to your **Step** and **Branch**. Then select **Add action > Add fault**.
6868

6969
![Screenshot that shows the experiment designer.](images/tutorial-agent-based-add-designer.png)
70-
1. Select **CPU Pressure** from the dropdown list. Fill in **Duration** with the number of minutes to apply pressure. Fill in **pressureLevel** with the amount of CPU pressure to apply. Leave **virtualMachineScaleSetInstances** blank. Select **Next: Target resources**.
70+
1. Select **CPU Pressure** from the dropdown list. Fill in **Duration** with the number of minutes to apply pressure. Fill in **pressureLevel** with the % of CPU utilization pressure that you want to apply. Leave **virtualMachineScaleSetInstances** blank. Select **Next: Target resources**.
7171

7272
![Screenshot that shows fault properties.](images/tutorial-agent-based-add-fault.png)
7373
1. Select your VM and select **Next**.

0 commit comments

Comments
 (0)