How can I check available VMs and quotas in Azure East US 2?

0
39
Asked By TechExplorer99 On

I'm setting up a simple Azure Virtual Desktop (AVD) environment in my test setup, but I'm running into issues with the VM selection. Each time I try to pick a VM, I get errors about hitting quota limits or that the VM isn't available in the East US 2 region. Is there a way to check which VMs are available in East US 2 that also fall within my quota? Can I find a list of these VMs? Thanks for your help!

4 Answers

Answered By DatacenterDude On

If you're having trouble in East US 2, consider trying a different region like Central US. It might be easier to provision VMs there since East US 2 can be quite resource-constrained at times.

Answered By VMExplorer101 On

Currently, East US and East US 2 are really tight on resources. If you're looking for more options, Central US is a good alternative. You can also check your quotas through the Azure search tool by entering 'Quota'.

Answered By QuotaHunter On

Don't forget to check your current subscription for usage and quotas. Sometimes, an Azure policy could block certain actions, though that's rare. You can easily see your quotas by searching for 'Quota' in the Azure portal's search bar.

Answered By CloudNerd88 On

To find out which VMs are available in East US 2, you can use the Azure CLI command: `az vm list-skus --location eastus2`. By default, your quota is usually set to 10 CPUs per VM SKU, so keep that in mind. If you're running into quota issues, you may need to request an increase for specific SKUs through the support section of the Azure portal.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.