Allocation failed. We do not have sufficient capacity for the requested VM size in this zone

Anh Hua 0 Reputation points
2025-04-28T02:41:38.8+00:00

I am facing this issue:

Allocation failed. We do not have sufficient capacity for the requested VM size in this zone. Read more about improving the likelihood of allocation success at this link.

I have chosen the following VM size: Standard NC24ads A100 v4 (24 vCPUs, 220 GiB memory).

My current deployment is in Southeast Asia (Zone 1).

  1. Can you provide the best zone for this VM size?
  2. Allocate resources, I want to retain the IP address and avoid resizing the VM. Can you provide full instructions on how to achieve this?
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,831 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Luke Murray 11,356 Reputation points MVP Moderator
    2025-04-28T02:48:20.5133333+00:00

    Unfortunately, it looks like this SKU of VM isn't available in this zone, you have a few options:

    1. Check to make sure you can request Quota for your Subscription: Increase regional vCPU quotas.
    2. Try another Zone, ie 2 or 3 (although I suspect its a Regional issue).
    3. Try a separate SKU size
    4. Try a v3 SKU. Sometimes the older SKUs can be used.
    5. The IP address if set to Static, should remain the same, unless you are recreating the VM from scratch, in which you can unattach it from one VM and attach it to another, or delete the NIC and reuse the same IP on your new VM..
    0 comments No comments

  2. Akshay kumar Mandha 3,235 Reputation points Microsoft External Staff Moderator
    2025-04-28T06:36:16.9633333+00:00

    Hi Anh Hua,
    Based on your query,
    If your subscription has insufficient quota for the requested VM size, you'll need to raise a quota increase request first. as mentioned, Luke Murray document
    Instructions on how to achieve this thing mentioned below
    Once that's approved, use the Azure CLI command
    az vm list-skus --location southeastasia --size Standard_NC24ads_A100_v4 --output table to check which zones support the VM series SKU.
    SS
    User's image

    If you want to retain the same public IP address you have to use standard only instead of basic mentioned below SS. when deploying the VM in another zone, start by stopping and deallocating the existing VM. Before detaching the primary NIC, create a secondary NIC, assign it to the VM, and then detach the primary NIC.
    SS
    User's image

    Please refer the documentation for more information on standard and basic
    When you create the new VM in the same region, attach the same NIC to ensure the public IP is retained. If you're using a Standard SKU public IP, it will automatically be set to static. Follow these steps to successfully keeping the public IP and ensuring the specifications remain unchanged.
    Please refer the documentation for detaching and attaching the NIC
    If you have any further query, please let me know


Your answer

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