Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,907 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created 2 VMs with 1 vCPU. When trying to create the 3 VM it indicates that I have fully utilized all CPU.
Hi @Radhesh Jilla ,
Thanks for contacting the Microsoft Q&A platform.
Here are some steps to help you troubleshoot and potentially resolve the issue:
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.