Skip to content

Commit e6f128c

Browse files
authored
Merge pull request #110727 from v-maudel/patch-483
C195285: Adding missing asterisk
2 parents 31ec3ea + ea1fb6d commit e6f128c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/tutorial-autoscale-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ To allow the **CPU Stress** tool to continue running, leave both remote desktop
204204

205205

206206
## Monitor the active autoscale rules
207-
To monitor the number of VM instances in your scale set, use **while**. It takes 5 minutes for the autoscale scales to begin the scale out process in response to the CPU load generated by **CPUStress* on each of the VM instances:
207+
To monitor the number of VM instances in your scale set, use **while**. It takes 5 minutes for the autoscale scales to begin the scale out process in response to the CPU load generated by **CPUStress** on each of the VM instances:
208208

209209
```azurepowershell-interactive
210210
while (1) {Get-AzureRmVmssVM `

0 commit comments

Comments
 (0)