Mark As Completed Discussion

What are virtual machine scale sets in Azure?

Azure Virtual Machine Scale Sets enable the creation and management of a collection of load-balanced virtual machines. Depending on demands or scheduling, the number of VMs may drastically increase or decrease.

The following are the main advantages of scale sets:

  • Multiple VMs are simple to create and maintain.
  • Provides redundancy and better performances by distributing applications among several instances.
  • Enables automated scaling of your application in response to changing resource demand.