Troubleshooting Azure - Resource Quotas - TEAL Technology Consulting GmbH
1747
post-template-default,single,single-post,postid-1747,single-format-standard,bridge-core-3.1.4,,qode-title-hidden,qode-child-theme-ver-1.0.0,qode-theme-ver-30.3,qode-theme-bridge,disabled_footer_top,qode_header_in_grid,qode-wpml-enabled,wpb-js-composer js-comp-ver-7.5,vc_responsive

Troubleshooting Azure – Resource Quotas

We are currently working on the next internal project, which we will report on in detail in due course. Until then we will blog at irregular intervals about technical stumbling blocks and their solution. Today we start with Azure Resource Quotas. Azure Resource Quotas are certainly not a new topic for many, but there is no clear error message.

Problem

When we wanted to provision the servers in Azure for our internal project, it went smoothly at first. At some point we simply couldn’t select a VM size anymore and therefore couldn’t provision a server anymore. The portal reported “The value must not be empty”, but all VM types were grayed out:

Solution

There are numerous limits to the use of the various Azure services. These are documented here: Azure Subscription Service Limits

In our case, the vCPU limit for one of the regions and VM size was again exhausted. Probably almost everyone will encounter the problem sooner or later, because the default limits are quite small, as you can see below:

Unfortunately you have to rely on the Azure support for the solution. To change the quotas proceed as follows:

1 In Azure go to Help + Support:

2. create a new support request with the option “New support request” and select the following:

a.Issue Type: Service and subscription limits (quotas)

b.Subscription: (Your subscription)

c.Quota type: Compute VM (core-vCPUs) subscription limit

3. In the next step, fill in the appropriate contact details and click on “Provide Details” to add the required details for the quota.

4. In the fly-out menu on the right hand side select the locations in which the quota is to be changed and select the corresponding “family”. Then you can define the new quota. For example 50.

5. supply the support request and wait for implementation. In our case, the implementation took 6 hours.

If you check the quotas again after the implementation, you will see that the “Total Regional vCPU” quota has also been increased:

There is currently no SR to increase the regional quota alone. According to a GitHub issue, this should be changed in early 2019. From there is also the information that the Regional Quota is calculated as follows: “Maximum value of (current regional limit AND Max of (all newly requested SKU limits))”.

Useful links

https://docs.microsoft.com/en-gb/azure/azure-supportability/resource-manager-core-quotas-request

Source: freepik.com

LATEST POSTS