You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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.
110
110
111
111
On *scale out*, autoscale runs if any rule is met.
112
112
On *scale-in*, autoscale require all rules to be met.
@@ -126,13 +126,13 @@ Then the follow occurs:
126
126
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%.
127
127
128
128
### 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.
130
130
131
131
### Configure autoscale notifications
132
132
Autoscale will post to the Activity Log if any of the following conditions occur:
133
133
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.
136
136
* Autoscale service fails to take a scale action.
137
137
* Metrics are not available for autoscale service to make a scale decision.
138
138
* Metrics are available (recovery) again to make a scale decision.
0 commit comments