Skip to content

Commit ea1fb6d

Browse files
authored
C195285: Adding missing asterisk
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: Missing asterisk is preventing bold font rendering on live pages. Kindly consider adding it as shown below.
1 parent 20ec7aa commit ea1fb6d

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)