Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
Hello
Firstly, could you please provide a brief description of the issue you are experiencing? It would be helpful if you could include clear screenshots/snips and any error messages, as this will help us better understand the exact problem you are facing.
Additionally, if you are trying to deploy Azure Virtual Machine Scale Sets (VMSS) with the latest configuration, you can refer to the following documentation link-https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-portal.
It provides detailed information about VMSS and step-by-step guidance on how to deploy it.
Also, please note that Azure Spot is an available feature that allows you to use unused Azure capacity at a discounted price- https://learn.microsoft.com/en-us/azure/virtual-machines/spot-vms.
However, workloads running on Azure Spot should be able to tolerate interruptions or infrastructure reclamation, as Azure may reclaim the capacity when it is needed elsewhere.
Using VM Scale Sets, you can automatically scale out (increase instances) or scale in (decrease instances) depending on your application demand and usage patterns.