CPU limitation

larrylee 20 Reputation points
2023-09-25T03:48:43.58+00:00

I have created 2 VMs with 1 vCPU. When trying to create the 3 VM it indicates that I have fully utilized all CPU.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,911 questions
{count} votes

Accepted answer
  1. v-vvellanki-MSFT 4,920 Reputation points Microsoft Vendor
    2023-09-25T09:47:48.57+00:00

    Hi larrylee,

    Thanks for contacting Microsoft Q&A platform.

    Here are some steps to help you troubleshoot and potentially resolve the issue:

    1. Check CPU allocation: Confirm that you have enough physical CPU cores available on your host machine to allocate to the third VM. If the host machine doesn't have enough physical CPU resources, you won't be able to create additional VMs.
    2. Review VM Resource Allocation: Ensure that you’re existing VMs are not allocated more CPU resources than they need. You can adjust the number of vCPUs assigned to each VM based on their workload requirements. If the existing VMs are overallocated, you might be able to reduce their vCPU count to free up resources for the new VM.

    You can check your quota usage using the command below. 

    az vm list-usage --location "Your region" -o table

    User's image

    If a quota increase is required to either purchase a Single Subscription RI, you can request a quota increase on your subscription.


0 additional answers

Sort by: Most helpful

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.