Skip to content

Commit 247c3a6

Browse files
committed
fixes
1 parent 1ff900b commit 247c3a6

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

articles/azure-monitor/autoscale/autoscale-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Follow the steps below to create your first autoscale setting.
6060

6161
Keep the default values and select **Add**.
6262

63-
1. You've created your first scale-out rule. Best practice is to have at least one scale in rule. To add another rule, select **Add a rule**.
63+
1. You've created your first scale-out rule. Best practice is to have at least one scale-in rule. To add another rule, select **Add a rule**.
6464

6565
1. Set **Operator** to *Less than*.
6666
1. Set **Metric threshold to trigger scale action** to *20*.
@@ -141,7 +141,7 @@ You can make changes in JSON directly, if necessary. These changes will be refle
141141
Predictive autoscale uses machine learning to help manage and scale Azure Virtual Machine Scale Sets with cyclical workload patterns. It forecasts the overall CPU load to your virtual machine scale set, based on your historical CPU usage patterns. It predicts the overall CPU load by observing and learning from historical usage. This process ensures that scale-out occurs in time to meet the demand. For more information, see [Predictive autoscale](autoscale-predictive.md).
142142

143143

144-
### Scale-In Policy
144+
### Scale-in policy
145145

146146
When scaling a Virtual machine Scale Set, the scale-in policy determines which virtual machines are selected for removal when a scale-in event occurs. The scale-in policy can be set to either **Default**, **NewestVM**, or **OldestVM**. For more information, see [Use custom scale-in policies with Azure Virtual Machine Scale Sets](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-scale-in-policy?WT.mc_id=Portal-Microsoft_Azure_Monitoring).
147147

@@ -159,7 +159,7 @@ Autoscale uses a cool-down period. This period is the amount of time to wait aft
159159

160160
### Flapping
161161

162-
Flapping refers to a loop condition that causes a series of opposing scale events. Flapping happens when one scale event triggers an opposite scale event. For example, scaling in reduces the number of instances causing the CPU to rise in the remaining instances. This in turn triggers scale out event, which causes CPU usage to drop, repeating the process. For more information, see [Flapping in Autoscale](autoscale-flapping.md) and [Troubleshooting autoscale](autoscale-troubleshoot.md)
162+
Flapping refers to a loop condition that causes a series of opposing scale events. Flapping happens when one scale event triggers an opposite scale event. For example, scaling in reduces the number of instances causing the CPU to rise in the remaining instances. This in turn triggers a scale-out event, which causes CPU usage to drop, repeating the process. For more information, see [Flapping in Autoscale](autoscale-flapping.md) and [Troubleshooting autoscale](autoscale-troubleshoot.md)
163163

164164
## Move autoscale to a different region
165165

-618 Bytes
Loading
-580 Bytes
Loading
-734 Bytes
Loading
-746 Bytes
Loading
-727 Bytes
Loading

0 commit comments

Comments
 (0)