I was just reading about "auto scaling" in http://blogs.msdn.com/b/kaevans/archive/2015/02/20/autoscaling-azure-virtual-machines.aspx
If I understood it I can create, say, 3 VMs from an Azure-provided OS image, add them to the same availability group, specify a condition such as CPU > 80%, and have only a single VM running. In case the CPU exceeds 80% on the running VM, autoscaling would automatically start one of the other VMs to assist in the workload. Is that understanding correct?
TIA,
edm2