Question

Difficulty: EasyConfigure Azure Monitor Autoscale Rules and Metrics

Match each Azure Monitor autoscale parameter on the left to its correct functional description on the right.

  • Cool-downThe amount of time to wait after a scale action before subsequent scale actions can occur.
  • DurationThe time window over which metric data is collected and evaluated for the autoscale rule.
  • Total time aggregationThe calculation method that sums all metric values collected during the monitoring window.

Answer

Cool-down matches the wait period after a scale event. Duration matches the collection time window. Total time aggregation matches the sum of metric values.
The correct pairings map Cool-down to the post-scale delay period, Duration to the historical metric collection window, and Total time aggregation to the metric summation method.

Step-by-Step Solution

1
Identify the purpose of the Cool-down setting in Azure Monitor autoscale rules.
Cool-down is designed to prevent rapid scale-up/scale-down cycles by enforcing a post-scale delay.
This matches the description of waiting a set time after a scale action before allowing further adjustments.
2
Analyze the meaning of the Duration parameter.
Duration specifies the time window over which the metrics are gathered prior to comparison against the threshold.
This aligns with the description of the collection and evaluation time window.
3
Determine the role of the Total time aggregation option.
Total is an aggregation type that sums up the telemetry data values over the monitoring duration.
This matches the description of the sum of all collected metric values.

Key Concept

Azure Monitor autoscale configuration settings including duration, cool-down, and metric aggregation.
Estimated Time:1m 0s
Rate this question