We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68927e9 commit af73dbdCopy full SHA for af73dbd
articles/azure-monitor/platform/autoscale-best-practices.md
@@ -42,8 +42,8 @@ We recommend carefully choosing different thresholds for scale-out and scale-in
42
43
We *do not recommend* autoscale settings like the examples below with the same or very similar threshold values for out and in conditions:
44
45
-* Increase instances by 1 count when Thread Count <= 600
46
-* Decrease instances by 1 count when Thread Count >= 600
+* Increase instances by 1 count when Thread Count >= 600
+* Decrease instances by 1 count when Thread Count <= 600
47
48
Let's look at an example of what can lead to a behavior that may seem confusing. Consider the following sequence.
49
0 commit comments