Skip to content

Latest commit

 

History

History
164 lines (107 loc) · 8.84 KB

File metadata and controls

164 lines (107 loc) · 8.84 KB
title Request a core limit increase
titleSuffix Azure Lab Services
description Learn how to request a core limit (quota) increase to expand capacity for your labs in Azure Lab Services.
services lab-services
ms.service azure-lab-services
ms.topic how-to
ms.author rosemalcolm
author RoseHJM
ms.date 02/27/2025
ms.custom sfi-image-nochange

Request a core limit increase

Important

Azure Lab Services will be retired on June 28, 2027. For more information, see the retirement guide. Quota requests for lab account will no longer be processed.

This article describes how you can submit a support request to increase the number of cores for Azure Lab Services in your Azure subscription. First, collect the necessary information for the request.

When you reach the cores limit for your subscription, you can request a core limit increase to continue using Azure Lab Services. An increase is sometimes called an increase in capacity or a quota increase. The request process allows the Azure Lab Services team to ensure that your subscription isn't involved in any cases of fraud or unintentional, sudden large-scale deployments.

Prerequisites

[!INCLUDE Create support request]

Prepare to submit a request

Before you create a support request for a core limit increase, gather necessary information, such as the number and size of cores and the Azure regions. You might also have to do some preparation before you create the request.

Create a lab plan

To create a request for Azure Lab Services capacity, you need to have a lab plan. If you don't already have a lab plan, follow these steps to create a lab plan.

Verify available capacity

Before you calculate the number of extra cores that you need, verify the capacity available in your subscription by determining the current usage and quota. You can see exactly where your current capacity is used. You might discover extra capacity in an unused lab plan or lab.

Determine the regions for your labs

Azure Lab Services resources can exist in different regions. You can choose to deploy resources in multiple regions close to the lab users. For more information about Azure regions, how they relate to global geographies, and which services are available in each region, see Azure global infrastructure.

Determine the number of VM cores in your request

In your support request, provide the total number of cores. This total includes both your existing cores and the cores you want to add.

Azure Lab Services groups VM sizes together in size groups:

  • Small / Medium / Large cores
  • Medium (Nested Virtualization) / Large (Nested Virtualization) cores
  • Small (GPU Compute) cores
  • Small GPU (Visualization) cores
  • Medium GPU (Visualization) cores

You request VM cores for a specific Azure region. When you select the region in the support request, you can view your current usage and current limit per size group.

To determine the total number of cores for your request, use this equation: total VM cores = (current # cores for the size group) + ((# cores for the selected VM size) * (# VMs))

For example, you need more capacity for 20 Medium VMs. You already have the following VMs:

VM size Cores per VM # VMs Total cores
Small 2 10 20
Medium 4 20 80
Small GPU 6 5 30

The current number of cores for the Small/Medium/Large size group is 20 (Small) + 80 (Medium) = 100 cores. You don't count the Small GPU cores because they're in a different size group.

The total number of VM cores for 20 more Medium VMs is 100 + (4 cores per Medium VM) * 20 = 180 cores.


Best practices for requesting a core limit increase

[!INCLUDE lab-services-request-capacity-best-practices]

Start a new support request

You can follow these steps to request a core limit increase:

  1. In the Azure portal, navigate to your lab plan, and then select Request core limit increase.

    :::image type="content" source="./media/how-to-request-capacity-increase/request-from-lab-plan.png" alt-text="Screenshot of the Lab plan overview page in the Azure portal, highlighting the Request core limit increase button." lightbox="./media/how-to-request-capacity-increase/request-from-lab-plan.png":::

  2. On the New support request page, enter the following information, and then select Next.

    Name Value
    Issue type Service and subscription limits (quotas)
    Subscription Select the subscription to which the request applies.
    Quota type Azure Lab Services
  3. On the Additional details tab, select Enter details in the Problem details section.

    :::image type="content" source="./media/how-to-request-capacity-increase/enter-details-link.png" alt-text="Screenshot of the Additional details page with Enter details highlighted." lightbox="./media/how-to-request-capacity-increase/enter-details-link.png":::

Make core limit increase request

When you request a core limit increase, supply information to help the Azure Lab Services team evaluate and act on your request as quickly as possible. The more information you supply and the earlier you supply it, the quicker the Azure Lab Services team can process your request.

You need to provide required information on the Quota details page.

:::image type="content" source="./media/how-to-request-capacity-increase/lab-plan-pane.png" alt-text="Screenshot of the Quota details page for Lab Services v2." lightbox="./media/how-to-request-capacity-increase/lab-plan-pane.png":::

Name Value
Deployment Model Lab Plan
Region Select the region in the Azure geography where you want the extra cores.
Does your virtual network reside in the same region as above? Select Yes, No, or N/A, depending on whether you use advanced networking and have virtual networks in the region you selected.
Virtual machine size Select the virtual machine size that you require for the new cores.
Requested total core limit Enter the total number of cores you require. This number includes your existing cores and the number of extra cores you're requesting. To learn how to calculate the total number of cores, see Determine the total number of cores in your request.

After you enter the required information and details, select Save and continue.

Complete the support request

To complete the support request, enter the following information:

  1. Complete the remainder of the support request Additional details tab:

    Advanced diagnostic information

    Name Value
    Allow collection of advanced diagnostic information Select yes or no.

    Support method

    Name Value
    Support plan Select your support plan.
    Severity Select the severity of the issue.
    Preferred contact method Select email or phone.
    Your availability Enter your availability.
    Support language Select your language preference.

    Contact information

    Name Value
    First name Enter your first name.
    Last name Enter your last name.
    Email Enter your contact email.
    Additional email for notification Enter an email for notifications.
    Phone Enter your contact phone number.
    Country/region Enter your location.
    Save contact changes for future support requests. Select the check box to save changes.
  2. Select Next.

  3. On the Review + create tab, review the information, and then select Create.

Related content