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
Resources generate metrics that are used in autoscale rules to trigger scale events. Virtual machine scale sets use telemetry data from Azure diagnostics agents to generate metrics. Telemetry for Web apps and Cloud services comes directly from the Azure Infrastructure.
49
49
50
50
Some commonly used metrics include CPU usage, memory usage, thread counts, queue length, and disk usage. See [Autoscale Common Metrics](autoscale-common-metrics.md) for a list of available metrics.
51
51
52
-
### Custom Metrics
52
+
### Custom metrics
53
53
Use your own custom metrics that your application generates. Configure your application to send metrics to [Application Insights](/azure/azure-monitor/app/app-insights-overview) so you can use those metrics decide when to scale.
54
54
55
55
### Time
@@ -77,7 +77,7 @@ Rules can trigger one or more actions. Actions include:
77
77
+ Start an [Azure Automation runbook](/azure/automation/overview).
78
78
+ Call an [Azure Function](/azure/azure-functions/functions-overview).
79
79
+ Trigger an [Azure Logic App](/azure/logic-apps/logic-apps-overview).
80
-
## Autoscale Settings
80
+
## Autoscale settings
81
81
82
82
Autoscale settings contain the autoscale configuration. The setting including scale conditions that define rules, limits, and schedules and notifications. Define one or more scale conditions in the settings, and one notification setup.
83
83
@@ -91,7 +91,7 @@ Autoscale uses the following terminology and structure. The UI and JSON
91
91
| Schedule | recurrence | Indicates when autoscale should put this scale condition or profile into effect. You can have multiple scale conditions, which allow you to handle different and overlapping requirements. For example, you can have different scale conditions for different times of day, or days of the week. |
92
92
| Notify | notification | Defines the notifications to send when an autoscale event occurs. Autoscale can notify one or more email addresses or make a call one or more webhooks. You can configure multiple webhooks in the JSON but only one in the UI. |
93
93
94
-

94
+

95
95
96
96
The full list of configurable fields and descriptions is available in the [Autoscale REST API](/rest/api/monitor/autoscalesettings).
0 commit comments