How to increase Azure core limit

Tips & Tricks

/

Posted on

November 26, 2015

I ran into an interesting limitation when I tried to deploy a new virtual machine under Resource Manager in Azure. This post explains how to increase Azure core limit.

The error message I received was:

This baffled me, and I started to google. I was not aware there was limits on core and other stuff in Azure. After some research I came across this document which explained the limitations quite well. There is actually a limitation on 10 cores per subscription and region for Resource Manager VM's and 20 cores for Classic VM's. For example, if you need 30 cores in a subscription in North Europe it will not work "of the shelf".

What is the solution to increase Azure core limit?

The good news is that you can increase the limit!

For classics VM's theres is a predefined selection under the support ticket in the preview portal, very well explained here. But (and this is a big but), for Resource Manger virtual machines you also need to file a support ticket but that request must be presented to the Microsoft Capacity Team which then says GO or NO GO.

When I opened several support tickets for my and our customers subscription it all went through but it took 4 days. To Microsoft defence, the limitations are probably so "bad" users can't loop building environments in eternity, although I think they could increase the default limit.

So, the lesson learned is to open support tickets proactively for environments you know will grow over 10-20 cores before you need to have your stuff deployed yesterday and need to wait for the support ticket. Also have a look at the other soft limitations.

Good luck!

Written by

Jonas Erikson