Share via


VM's not supported in region - none of them ?

Question

Tuesday, April 10, 2018 11:21 AM

Hi there,

I'm trying to create a standard Win 10 Pro VM in my Azure portal and keep getting this error message:

Your subscription doesn't support virtual machine creation in any of the available regions

Any ideas what I'm doing wrong here ?

Roy.

All replies (1)

Tuesday, April 10, 2018 12:57 PM

When you get this type of error message"Your subscription doesn't support virtual machine creation in any of the available regions".

You can check the quotas for resources corresponding to the region. To do that, you can use the following commands for PowerShell.

1. Open Windows PowerShell from the Windows System

2. In the command line, enter the command "Login-AzureRmAccount", and then enter the login     account for Azure

3. In the command line, enter the command "Get-AzureRmVMUsage”, the output will show the  usage and limit for resources

If the current value is equal the limit, the new deployment will be prohibited.

You can refer the below document to resolve the issue of an Azure subscription not having access to aregion or a VM SKU.

/en-us/azure/azure-supportability/sku-series-unavailable#solution

If this answer was helpful, click “Mark as Answer” or Up-Vote. To provide additional feedback on your forum experience, click here