Share via

Azure vm cannot start

Mohammed Zahwe 0 Reputation points
2025-08-14T08:59:43.89+00:00

hello i have a problem to start the azure VM , this is the error, the problem if i move to another region azure did not offer to keep the disk , don't know why this happen and why azure let me create this VM under the current region if it is not supported the error below :

Failed to start virtual machine 'new-sage'. Error: Allocation failed. We do not have sufficient capacity for the requested VM size in this zone. Read more about improving likelihood of allocation success at http://aka.ms/allocation-guidance Try one of these alternative options to improve chance of allocation success: - Alternative VM sizes for the same region: Standard_B4s_v2, Standard_B4ls_v2, or Standard_DC4as_cc_v5.

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


1 answer

Sort by: Most helpful
  1. Durga Reshma Malthi 11,595 Reputation points Microsoft External Staff Moderator
    2025-08-14T09:16:24.32+00:00

    Hi Mohammed Zahwe

    The error message you are facing seems that there is insufficient capacity for the requested VM size in the specific zone of the region where you are trying to start your Azure VM.

    You mentioned Azure doesn’t offer to keep the disk when switching regions. That’s true because managed disks are region-bound.

    Some VM sizes are only available in certain regions or zones. If you are trying to deploy a VM in a specific zone, it may not support the size you selected.

    You can try deploying one of the recommended sizes, such as Standard_B4s_v2, Standard_B4ls_v2, or Standard_DC4as_cc_v5.

    If your VM is deployed in a specific zone, consider changing the zone to another one within the same region that may have available capacity.

    And If you want to move your VM to another region, be aware that Azure may not allow you to keep the disk if the region does not support it. You may need to create a snapshot of the disk and then create a new disk in the target region from that snapshot.

    Hope this helps!

    Please Let me know if you have any queries.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.