An organization hosts a processing-heavy application named FlightDataAnalyzer on an Azure App Service Web App. The application currently runs on a Standard (S2) App Service plan. During daily data aggregation runs at 04:00 UTC, the application experiences a rapid spike in memory usage, causing performance degradation. You want to implement an autoscale setting with a scale-out rule that increases the instance count by 1 when the Memory Percentage exceeds . To minimize costs, you must also define a scale-in rule that decreases the instance count by 1 when load drops, while ensuring the system does not experience flapping when scaling between 1 and 2 instances. Which two configurations should you apply to meet these requirements? (Select TWO.)
- Configure a scale-out rule based on the Memory Percentage metric with a threshold of .Answer
- Configure a scale-in rule based on the Memory Percentage metric with a threshold of .Answer
- CConfigure a scale-in rule based on the Memory Percentage metric with a threshold of .
- DScale down the App Service plan to the Basic (B2) tier before configuring the autoscale rules.