AU
Hi everyone,
I'm working on an application hosted on Azure Virtual Machines that experiences significant traffic fluctuations throughout the day. I'm currently using a basic VM scale set but I'm struggling to find the optimal configuration for scaling rules to match demand without over-provisioning or causing performance issues during peak times.
What are the best practices for configuring autoscale rules for VMSS? I'm considering using custom metrics, but I'm not sure which metrics are most indicative of load for my specific application (web app with a database backend).
Any insights or examples of successful scaling strategies would be greatly appreciated!