Process Flow - Auto scaling App Service
Start: App Service Running
Monitor Metrics: CPU, Requests
Check Thresholds
Scale Out
Add Instances
Update App Service Instances
Continue Monitoring
The App Service monitors its performance metrics. If usage is high, it adds instances (scale out). If usage is low, it removes instances (scale in). This cycle repeats to keep the app responsive.