Skip to content

Commit 0d1c006

Browse files
Merge pull request #227107 from EdB-MSFT/patch-5
Update autoscale-overview.md
2 parents 5965865 + 163471f commit 0d1c006

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-monitor/autoscale/autoscale-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,16 @@ Set up schedule-based rules to trigger scale events. Use schedule-based rules wh
7575

7676
### Rules
7777

78-
Rules define the conditions needed to trigger a scale event, the direction of the scaling, and the amount to scale by. Rules can be:
78+
Rules define the conditions needed to trigger a scale event, the direction of the scaling, and the amount to scale by. Combine multiple rules using different metrics, for example CPU usage and queue length. Define up to 10 rules per profile.
79+
80+
Rules can be:
7981

8082
* Metric-based
8183
Trigger based on a metric value, for example when CPU usage is above 50%.
8284
* Time-based
8385
Trigger based on a schedule, for example, every Saturday at 8am.
8486

85-
You can combine multiple rules using different metrics, for example CPU usage and queue length.
87+
8688
Autoscale scales out if *any* of the rules are met, whereas autoscale scales in only if *all* the rules are met.
8789
In terms of logic operators, the OR operator is used when scaling out with multiple rules. The AND operator is used when scaling in with multiple rules.
8890

0 commit comments

Comments
 (0)