vCPUs are not available for the host size family on the dedicated host.

Bharat K 25 Reputation points
2023-10-18T13:32:13.6733333+00:00

Encountering an error indicating that vCPUs are currently unavailable across all host families within the specified host group.

I've attempted multiple combinations of regions and sizes, including Central US, East US 2, West India, and various sizes like DADSv5, DCsv2, and DCsv3, but the desired vCPUs are not accessible.

Is there any misconfiguration here, or could this issue be related to Azure?

also, how can I create a dedicated host in azure?

User's image

Azure Dedicated Host
Azure Dedicated Host
An Azure service that provides a dedicated physical server to host Azure virtual machines for Windows and Linux.
48 questions
{count} votes

Accepted answer
  1. kobulloc-MSFT 23,491 Reputation points Microsoft Employee
    2023-10-18T15:53:43.7166667+00:00

    Hello, @Bharat K !

    What do I do if VM vCPUs aren't available in my region?

    There are two components to this: available quota for your subscription and SKU availability for the region you are interested in.

    You can submit a request for a quota increase if vCPU resources are available in that region. If not, you can look for a region that has more vCPUs available for the VM SKUs you are interested in using the following command in Azure CLI:

    az vm list-skus --location centralus --size Standard_D --all --output table
    

    Looking at the VM sizes you are currently interested in and the regions you've listed, I would recommend looking at South Central US which has DCsv2 and DCsv3.

    How do I create a Dedicated Host in Azure?

    You can find complete instructions for creating a host group, creating a dedicated host, and creating or adding VMs/VMSSs to your dedicated host here:

    https://learn.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts-how-to?tabs=portal


    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image


0 additional answers

Sort by: Most helpful