I have a VM Scale set (which is used for Service Fabric) and I am applying some rules on CPU average and I cannot achieve to do the auto scale up. I even tried to put a CPU of 1% average and still not working. This is the criteria:
Time aggregation: Average Metric name: Percentage CPU Operator: Greater than Threshold: 1 Duration (in minutes):5
Operation:Increase count by Instance count: 1 Cool down (minutes): 5
The scale set has 5 VM and a limit of 7.
And of course the average percentage is above 1% always.
Cheers