An administrator is configuring autoscaling for an Azure Virtual Machine Scale Set named `vmss-api`. The scale set must meet the following requirements:
- Maintain a baseline of instances under normal conditions.
- Scale out by instances if CPU usage exceeds for minutes.
- Maintain a fixed count of instances every weekday (Monday through Friday) between and to handle business traffic.
Which two configurations should the administrator implement to meet these requirements? (Select two.)
- A default autoscale profile containing a metric-based scale-out rule that increases the instance count when CPU usage exceeds .Answer
- A recurring autoscale profile active Monday through Friday from to , with the minimum, maximum, and default capacity all set to .Answer
- CA single autoscale profile that contains both the CPU metric-based scale-out rule and a recurring schedule constraint.
- DAn automatic upgrade policy for the scale set to allow the schedule-based scaling to execute.
Answer
To meet the requirements, the administrator must implement a default autoscale profile containing a metric-based scale-out rule for the CPU threshold, and a recurring autoscale profile active Monday through Friday from to with the minimum, maximum, and default capacity all set to .
The correct configurations involve creating a default autoscale profile to manage the baseline capacity of instances and run the metric-based scale-out rule based on CPU usage, alongside a recurring autoscale profile that overrides the default settings during business hours (Monday through Friday, to ) by setting the minimum, maximum, and default capacity to to maintain a fixed count.
Step-by-Step Solution
Key Concept
Azure Autoscale Profiles