Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
5,241 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
I am trying to get a list of virtual machine sizes which supports Azure spot instances in a given location.
I have tried below API :
result of the above API was :
{
"name": "Standard_B1ls",
"numberOfCores": 1,
"osDiskSizeInMB": 1047552,
"resourceDiskSizeInMB": 4096,
"memoryInMB": 512,
"maxDataDiskCount": 2
}
I cannot see a tag for the spot instance in the above response. Can you please help me with this?
Hi, Prajyot
Check out Azure Price - https://azureprice.net/?tier=spot
You can adjust the VM sizes to include spot compatible VMs.