Folks,
I'm trying to determine how Autoscale works:
If the initial instance count is 5 virtual machines, the minimum is 2 virtual machines and the maximum is 10 virtual machines. When I first deployed my VMSS, I will have 5 virtual machines running. Right?
If I have a rule that says when the CPU reaches 80% it will add an additional virtual machine.
How do the increase and decrease rule work? e.g. does the CPU of those initially deployed virtual machines need to operate at or above 80% CPU capacity for 5 minutes before a new instance is started or operate at below 25% CPU capacity before an existing instance is removed?
Lisa.