Skip to content

Commit 4c104ce

Browse files
committed
Fixing heading errors
1 parent 512054a commit 4c104ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Results:
7474
}
7575
```
7676

77-
# Create Network Resources
77+
## Create Network Resources
7878

7979
Now you'll create network resources. In this step you're going to create a virtual network, one subnet 1 for Application Gateway, and one subnet for VMs. You also need to have a public IP to attach your Application Gateway to reach your web application from the internet.
8080

@@ -713,7 +713,7 @@ Results:
713713
}
714714
```
715715

716-
# Define an autoscale profile
716+
## Define an autoscale profile
717717

718718
To enable autoscale on a scale set, first define an autoscale profile. This profile defines the default, minimum, and maximum scale set capacity. These limits let you control cost by not continually creating VM instances and balance acceptable performance with a minimum number of instances that remain in a scale-in event.
719719
The following example sets the default, minimum capacity of two VM instances, and a maximum capacity of 10:
@@ -768,7 +768,7 @@ Results:
768768
}
769769
```
770770

771-
# Create a rule to autoscale out
771+
## Create a rule to autoscale out
772772

773773
The following command creates a rule that increases the number of VM instances in a scale set when the average CPU load is greater than 70% over a 5-minute period. When the rule triggers, the number of VM instances increases by three.
774774

@@ -804,7 +804,7 @@ Results:
804804
}
805805
```
806806

807-
# Create a rule to autoscale in
807+
## Create a rule to autoscale in
808808

809809
Create another rule with `az monitor autoscale rule create` that decreases the number of VM instances in a scale set when the average CPU load then drops below 30% over a 5-minute period. The following example defines the rule to scale in the number of VM instances by one.
810810

0 commit comments

Comments
 (0)