Skip to content

Commit 03254a3

Browse files
authored
Merge pull request #42622 from ohadschn/patch-3
Minor fixes
2 parents c0cd09a + 490ca9a commit 03254a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Similarly, when autoscale switches back to the default profile, it first checks
107107

108108
### Considerations for scaling when multiple rules are configured in a profile
109109

110-
There are cases where you may have to set multiple rules in a profile. The following autoscale rules are used by services when multiple rules are set.
110+
There are cases where you may have to set multiple rules in a profile. The following autoscale rules are used by the autoscale engine when multiple rules are set.
111111

112112
On *scale-out*, autoscale runs if any rule is met.
113113
On *scale-in*, autoscale require all rules to be met.
@@ -127,13 +127,13 @@ Then the follow occurs:
127127
On the other hand, if CPU is 25% and memory is 51% autoscale does **not** scale-in. In order to scale-in, CPU must be 29% and Memory 49%.
128128

129129
### Always select a safe default instance count
130-
The default instance count is important autoscale scales your service to that count when metrics are not available. Therefore, select a default instance count that's safe for your workloads.
130+
The default instance count is important because autoscale scales your service to that count when metrics are not available. Therefore, select a default instance count that's safe for your workloads.
131131

132132
### Configure autoscale notifications
133133
Autoscale will post to the Activity Log if any of the following conditions occur:
134134

135-
* Autoscale issues a scale operation
136-
* Autoscale service successfully completes a scale action
135+
* Autoscale issues a scale operation.
136+
* Autoscale service successfully completes a scale action.
137137
* Autoscale service fails to take a scale action.
138138
* Metrics are not available for autoscale service to make a scale decision.
139139
* Metrics are available (recovery) again to make a scale decision.

0 commit comments

Comments
 (0)