[App Service] Allow configuring auto-scaling rules
See original GitHub issueThe az appservice plan update
command allows you to manually scale the number of workers up and down, however, there doesn’t appear to be a way to configure the auto-scale rules like you can in the portal. It would be great if this capability was exposed via the CLI.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Autoscaling guidance - Best practices for cloud applications
Azure App Service has built-in autoscaling. Autoscale settings apply to all of the apps within an App Service. See Scale instance count manually ......
Read more >Apply autoscaling rules to Azure App Service
Configure Auto Scaling Rule · Operator, the comparison operator for comparing CPU Percentage · Metric threshold to trigger scale action, the value ...
Read more >Scaling an App Using App Autoscaler | Pivotal Docs
Click Manage Autoscaling to configure instance limits, scaling rules, and scheduled limit changes for the app. For more information, see ...
Read more >Tip 356 - How to automatically scale Azure App Services
This is required to use autoscaling ... Let's configure a Web App to automatically scale out and in, ... (Add an autoscale rule)....
Read more >Autoscaling on Azure App Service Course - Cloud Academy
The service that actually handles autoscaling is Azure Monitor. So, you can get to the autoscale settings either by selecting “Scale out” from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, VMSS won’t be limited to a single profile either–it will look more like webapp–which is why we delayed the autoscale commands for VMSS. Once we have the new profiles from the portal team, we can try and design a convenience command that will cover 80% of the scenarios. For advanced scenarios there’s always the raw Monitor autoscale commands.
this is tracked through #5690 now