@Iain Brown Sure, As its mentioned in the doc-
Automatic scaling is a feature in Azure App Service that simplifies the process of scaling your web apps and App Service Plans. Unlike the traditional Azure autoscale feature, where you need to set specific scaling rules (based on factors like CPU usage, memory, or predefined schedules), automatic scaling makes scaling decisions on its own, dynamically adjusting based on real-time needs.
So the use cases for Autoscale is Ideal for predictable workloads where traffic patterns are known (e.g., business hours vs. off-hours). You have full control over scaling behavior, which is useful if your app has consistent, known demand patterns.
where as use case for Automatic scaling- Best for applications with unpredictable traffic patterns where immediate responsiveness is critical. Automatic Scaling can handle sudden spikes more effectively by prewarming instances, which helps avoid delays from cold starts.
So the scenario you are expecting can be fulfilled using Autoscale-
Having said that reached out to you privately please response there.