Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e8b2a7d

Browse files
committedFeb 2, 2022
review capacity-limits
1 parent 5aaf0d4 commit e8b2a7d

File tree

3 files changed

+23
-19
lines changed

3 files changed

+23
-19
lines changed
 
Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,63 @@
11
---
22
title: Capacity limits in Azure Lab Services
3-
description: Learn about capacity limits (virtual machine limits) in Azure Lab Services.
3+
description: Learn about VM capacity limits in Azure Lab Services.
44
ms.topic: conceptual
5-
ms.date: 01/21/2022
5+
ms.date: 02/01/2022
66
---
77

88
# Capacity limits in Azure Lab Services
99

1010
Azure Lab Services has default capacity limits on Azure subscriptions that adhere to Azure Compute quota limitations and to mitigate fraud. All Azure subscriptions will have an initial capacity limit, which can vary based on subscription type, number of standard compute cores, and GPU cores available inside Azure Lab Services. It restricts how many virtual machines you can create inside your lab before you need to request for a limit increase.
1111

12-
If you are close to or have reached your subscription’s virtual machine cores limit, you will see messages from Azure Lab Services when you try to perform actions that create additional virtual machines. For example:
12+
If you’re close to or have reached your subscription’s core limit, you’ll see messages from Azure Lab Services. Actions that are affected by core limits include:
1313

1414
- Create a lab
1515
- Publish a lab
1616
- Increase lab capacity
1717

1818
These actions may be disabled if there no more cores that can be enabled for your subscription.
1919

20-
![Core limits - warning message](./media/capacity-limits/warning-message.png)
20+
:::image type="content" source="./media/capacity-limits/warning-message.png" alt-text="Screenshot of core limit warning in Azure Lab Services.":::
2121

2222
## Request a limit increase
2323

24-
If you reach the cores limit, you can request a limit increase to continue using Azure Lab Services. The request process is a checkpoint to ensure your subscription is not involved in any cases of fraud or unintentional, sudden large-scale deployments.
24+
If you reach the cores limit, you can request a limit increase to continue using Azure Lab Services. The request process is a checkpoint to ensure your subscription isn’t involved in any cases of fraud or unintentional, sudden large-scale deployments.
2525

2626
To create a support request, you must be an [Owner](/azure/role-based-access-control/built-in-roles), [Contributor](/azure/role-based-access-control/built-in-roles), or be assigned to the [Support Request Contributor](/azure/role-based-access-control/built-in-roles) role at the subscription level. For information about creating support requests in general, see how to create a [How to create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request).
2727

2828
The admin can follow these steps to request a limit increase:
2929

30-
1. Open your lab plan or lab account.
31-
2. Click **Request limit increase** button at the top on the **Overview** page of the lab plan,
32-
3. Follow the steps in the form to submit a support request to increase the limit. The issue type, subscription, and quota type information will be automatically filled out for you.
30+
1. Open your [lab plan](how-to-manage-lab-plans.md) or [lab account](how-to-manage-lab-accounts.md).
31+
1. On the **Overview** page of the lab plan, select the **Request core limit increase** button from the menu bar at the top.
32+
1. On the **Basics** page of **New support request** wizard, enter a short summary that will help you remember the support request in the **Summary** textbox. The issue type, subscription, and quota type information are automatically filled out for you. Select **Next: Solutions**.
3333

34-
![New support request](./media/capacity-limits/new-support-request.png)
34+
:::image type="content" source="./media/capacity-limits/new-support-request.png" alt-text="Screenshot of new support request to request more core capacity.":::
3535

36-
4. Then, you will be prompted to provide more information about the limit increase. In the **Description** field, provide the following details:
37-
- Virtual machine size you are using for this lab. For size details, see [VM sizing](administrator-guide.md#vm-sizing).
38-
- Number of virtual machines you need.
39-
- Geography the lab will be created in. If using the [January 2022 Update (preview)](lab-services-whats-new.md), specify the region instead.
40-
5. Submit the support request.
36+
1. The **New support request** wizard will automatically advance from the **Solutions** page to the **Details** page.
37+
1. One the **Details** page, enter the following information in the **Description** page.
38+
- VM size. For size details, see [VM sizing](administrator-guide.md#vm-sizing).
39+
- Number of VMs.
40+
- Location. Location will be a [geography](https://azure.microsoft.com/global-infrastructure/geographies/#geographies) or region, if using the [January 2022 Update (preview)](lab-services-whats-new.md).
41+
1. Under **Advanced diagnostic information**, select **No**.
42+
1. Under **Support method** section, select your preferred contact method. Verify contact information is correct.
43+
1. Select **Next: Review + create**
44+
1. On the **Review + create** page, select **Create** to submit the support request.
4145

42-
Once you submit the support request, we will review the request. If necessary, we will contact you to get additional details.
46+
Once you submit the support request, we’ll review the request. If necessary, we’ll contact you to get more details.
4347

4448
## Subscriptions with default limit of zero cores
4549

46-
Some rare subscription types that are more commonly used for fraud can have a default limit of zero standard cores and zero GPU cores. If you are using one of these subscription types, the admin who creates your lab plan will need to request a limit increase before you can use Azure Lab Services.
50+
Some rare subscription types that are more commonly used for fraud can have a default limit of zero standard cores and zero GPU cores. If you’re using one of these subscription types, your admin needs to request a limit increase before you can use Azure Lab Services.
4751

4852
## Per-customer assigned capacity
4953

50-
Azure Lab Services hosts lab resources, including VMs, within special Microsoft-managed Azure subscriptions that are not visible to customers. With the [January 2022 Update (preview)](lab-services-whats-new.md), VM capacity is dedicated to each customer. Previous to this update, VM capacity was available from a large pool shared across many customers.
54+
Azure Lab Services hosts lab resources, including VMs, within special Microsoft-managed Azure subscriptions that aren’t visible to customers. With the [January 2022 Update (preview)](lab-services-whats-new.md), VM capacity is dedicated to each customer. Previous to this update, VM capacity was available from a large pool shared by customers.
5155

52-
Before you set up a large number of VMs across your labs, we recommend that you open a support ticket to pre-request VM capacity. Requests should include VM size, number, and region. Requesting capacity before lab creation helps us to ensure that you create your labs in a region that has a sufficient number of VM cores for the VM size that you need for your labs.
56+
Before you set up a large number of VMs across your labs, we recommend that you open a support ticket to pre-request VM capacity. Requests should include VM size, number, and location. Requesting capacity before lab creation helps us to ensure that you create your labs in a region that has a sufficient number of VM cores for the VM size that you need for your labs.
5357

5458
## Next steps
5559

5660
See the following articles:
5761

58-
- [Administrator Guide - VM sizing](administrator-guide.md#vm-sizing).
62+
- [As an admin, see VM sizing](administrator-guide.md#vm-sizing).
5963
- [Frequently asked questions](classroom-labs-faq.yml).
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.