Hi @Half Cloudhill , I understand you're using Azure Spot VM and now you can't start it.
Spot VMs can be stopped if Azure needs capacity for other pay-as-you-go workloads or when the price of the spot instance exceeds the maximum price that you have set. When creating an Azure Spot Virtual Machine, by default, eviction policy is set to Deallocate.
The Deallocate policy moves your VM to the stopped-deallocated state, allowing you to redeploy it later. However, there's no guarantee that the allocation will succeed. If you try to restart a stopped/deallocated VM, Azure will first check whether there is capacity and quota, then VM is deployed.
Since you can't start the VM, possibilities:
- Azure Spot doesn't have capacity for your requested VM type. Try changing the VM type.
- You don't have quota. Check your quota and request an increase, if needed.
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.