Skip to content

Commit b3d539e

Browse files
authored
Minor fixes
1 parent 68927e9 commit b3d539e

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
@@ -106,7 +106,7 @@ Similarly, when autoscale switches back to the default profile, it first checks
106106
![autoscale settings](./media/autoscale-best-practices/insights-autoscale-best-practices-2.png)
107107

108108
### Considerations for scaling when multiple rules are configured in a profile
109-
There are cases where you may have to set multiple rules in a profile. The following set of autoscale rules are used by services use when multiple rules are set.
109+
There are cases where you may have to set multiple rules in a profile. The following set of autoscale rules are used by the autoscale engine when multiple rules are set.
110110

111111
On *scale out*, autoscale runs if any rule is met.
112112
On *scale-in*, autoscale require all rules to be met.
@@ -126,13 +126,13 @@ Then the follow occurs:
126126
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%.
127127

128128
### Always select a safe default instance count
129-
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.
129+
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.
130130

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

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

0 commit comments

Comments
 (0)