Define Azure virtual machine scale sets
- Azure Scale Sets are a type of Azure computation resource that facilitate the deployment and management of sets of identical Virtual Machines (VMs).
- These scale sets are configured consistently and support the autoscaling of applications, without the need for pre-provisioning VMs.
- They make it easier to build large-scale applications that target big data and containerized workloads.

