VM CPU limitation

Radhesh Jilla 20 Reputation points
2024-03-29T11:31:08.55+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,907 questions
0 comments No comments
{count} votes

Accepted answer
  1. v-vvellanki-MSFT 4,920 Reputation points Microsoft Vendor
    2024-03-29T11:50:34.6+00:00

    Hi @Radhesh Jilla ,

    Thanks for contacting the 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
    

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

    Hope this helps you.

    0 comments No comments

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.