Reputation: 47
I am not able to view the Scaling options in a Virtual Machine Scale Set I had created.
There are 3 workers configured on a VMSS and I would like to scale up and down based on a Storage Queue Size. However I am not able to see the Scaling and many other options on the blade.
The worker instances are configured with an Ubuntu image.
This is the screen on the docs found here
This is what I have on my VMSS blade:
I would really appreciate the help!
Thanks in advance!
Upvotes: 0
Views: 654
Reputation: 28224
This happens you select the VirtualMachine as Orchestration modes when you create a virtual machine scale set.
See the comparison below. In this case, you could select the ScaleSetVM Orchestration modes if you want to automatically scale or manually scale.
Upvotes: 1
Reputation: 222582
Did you click enable autoscale? when you do that you should be able to see a screen to do the configuration as follows
Upvotes: 0