Skip to content

Commit af73dbd

Browse files
authored
Threshold example reverse inequality fix
1 parent 68927e9 commit af73dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/platform/autoscale-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ We recommend carefully choosing different thresholds for scale-out and scale-in
4242

4343
We *do not recommend* autoscale settings like the examples below with the same or very similar threshold values for out and in conditions:
4444

45-
* Increase instances by 1 count when Thread Count <= 600
46-
* Decrease instances by 1 count when Thread Count >= 600
45+
* Increase instances by 1 count when Thread Count >= 600
46+
* Decrease instances by 1 count when Thread Count <= 600
4747

4848
Let's look at an example of what can lead to a behavior that may seem confusing. Consider the following sequence.
4949

0 commit comments

Comments
 (0)