0

I have 3 VMs in my Azure autoscale set. My question is if I stop one of the VMs using the Azure Portal manually (i.e. deallocate it) will the AutoScale Set be able to start it again?

I have been through this but it still doesn't answer my question.

amitection
  • 2,696
  • 8
  • 25
  • 46

2 Answers2

1

Nope. Autoscale will not start a deallocated VM in a scale set :)

Neil Sant Gat
  • 857
  • 6
  • 10
0

Instead of starting the deallocated VM, if usage was high enough to trigger scale-out, Autoscale would create a new VM.

The deallocated VM would remain deallocated until you started it, issued a start to the scale set, or until it was deleted by autoscale scaling in.

sendmarsh
  • 1,046
  • 7
  • 11