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
Copy file name to clipboardExpand all lines: articles/azure-monitor/autoscale/autoscale-predictive.md
+10-15Lines changed: 10 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,24 +19,11 @@ Predictive autoscale adheres to the scaling boundaries you've set for your virtu
19
19
20
20
*Forecast only* allows you to view your predicted CPU forecast without triggering the scaling action based on the prediction. You can then compare the forecast with your actual workload patterns to build confidence in the prediction models before you enable the predictive autoscale feature.
21
21
22
-
## Public preview support, availability, and limitations
22
+
## Public preview support and limitations
23
23
24
24
>[!NOTE]
25
25
> This release is a public preview. We're testing and gathering feedback for future releases. As such, we do not provide production-level support for this feature. Support is best effort. Send feature suggestions or feedback on predicative autoscale to [email protected].
26
26
27
-
During public preview, predictive autoscale is only available in the following regions:
28
-
29
-
- West Central US
30
-
- West US2
31
-
- UK South
32
-
- UK West
33
-
- Southeast Asia
34
-
- East Asia
35
-
- Australia East
36
-
- Australia South east
37
-
- Canada Central
38
-
- Canada East
39
-
40
27
The following limitations apply during public preview. Predictive autoscale:
41
28
42
29
- Only works for workloads exhibiting cyclical CPU usage patterns.
@@ -313,6 +300,9 @@ For more information on Azure Resource Manager templates, see [Resource Manager
313
300
314
301
This section answers common questions.
315
302
303
+
### Why is CPU percentage over 100 percent on predictive charts?
304
+
The predictive chart shows the cumulative load for all machines in the scale set. If you have 5 VMs in a scale set, the maximum cumulative load for all VMs will be 500%, that is, five times the 100% maximum CPU load of each VM.
305
+
316
306
### What happens over time when you turn on predictive autoscale for a virtual machine scale set?
317
307
318
308
Prediction autoscale uses the history of a running virtual machine scale set. If your scale set has been running less than 7 days, you'll receive a message that the model is being trained. For more information, see the [no predictive data message](#errors-and-warnings). Predictions improve as time goes by and achieve maximum accuracy 15 days after the virtual machine scale set is created.
@@ -327,6 +317,11 @@ The modeling works best with workloads that exhibit periodicity. We recommend th
327
317
328
318
Standard autoscaling is a necessary fallback if the predictive model doesn't work well for your scenario. Standard autoscale will cover unexpected load spikes, which aren't part of your typical CPU load pattern. It also provides a fallback if an error occurs in retrieving the predictive data.
329
319
320
+
### Which rule will take effect if both predictive and standard autoscale rules are set?
321
+
Standard autoscale rules are used if there is an unexpected spike in the CPU load, or an error occurs when retrieving predictive data```
322
+
323
+
We use the threshold set in the standard autoscale rules to understand when you’d like to scale out and by how many instances. If you want your VM scale set to scale out when the CPU usage exceeds 70%, and actual or predicted data shows that CPU usage is or will be over 70%, then a scale out will occur.
324
+
330
325
## Errors and warnings
331
326
332
327
This section addresses common errors and warnings.
@@ -361,4 +356,4 @@ Learn more about autoscale in the following articles:
361
356
-[Azure Monitor autoscale common metrics](./autoscale-common-metrics.md)
362
357
-[Best practices for Azure Monitor autoscale](./autoscale-best-practices.md)
363
358
-[Use autoscale actions to send email and webhook alert notifications](./autoscale-webhook-email.md)
0 commit comments