Skip to content

Commit 6c7fec0

Browse files
committed
Single-select a VM size for capacity requests
1 parent 5bd16fa commit 6c7fec0

File tree

1 file changed

+49
-52
lines changed

1 file changed

+49
-52
lines changed

articles/lab-services/how-to-request-capacity-increase.md

Lines changed: 49 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -13,82 +13,79 @@ ms.date: 10/06/2022
1313
<!-- As a lab administrator, I want more VM cores available for my subscription so that I can support more students. -->
1414

1515
# Request a core limit increase
16+
1617
If you reach the cores limit for your subscription, you can request a core limit increase (sometimes called an increase in capacity, or a quota increase) to continue using Azure Lab Services. The request process allows the Azure Lab Services team to ensure your subscription isn't involved in any cases of fraud or unintentional, sudden large-scale deployments.
1718

1819
For information about creating support requests in general, see how to create a [How to create an Azure support request](../azure-portal/supportability/how-to-create-azure-support-request.md).
20+
1921
## Prepare to submit a request
22+
2023
Before you begin your request for a core limit increase, you should make sure that you have all the information you need available and verify that you have the appropriate permissions. Gather information like the number and size of cores you want to add, the regions you can use, and the location of resources like your existing labs and virtual networks.
2124

2225
### Permissions
26+
2327
To create a support request, you must be assigned to one of the following roles at the subscription level:
2428
- [Owner](../role-based-access-control/built-in-roles.md)
2529
- [Contributor](../role-based-access-control/built-in-roles.md)
2630
- [Support Request Contributor](../role-based-access-control/built-in-roles.md)
2731

2832

2933
### Verify available capacity
34+
3035
Before you begin calculating the number of extra cores you require, verify the capacity available in your subscription by [determining the current usage and quota](./how-to-determine-your-quota-usage.md). You'll be able to see exactly where your current capacity is used, and may discover extra capacity in an unused lab plan or lab.
36+
3137
### Determine the regions for your labs
38+
3239
Azure Lab Services resources can exist in many regions. You can choose to deploy resources in multiple regions close to your students. For more information about Azure regions, how they relate to global geographies, and which services are available in each region, see [Azure global infrastructure](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/).
3340

3441
### Determine the total number of cores in your request
3542

36-
Your cores can be divided amongst virtual machines (VMs) of different sizes. You must calculate the total number of cores for each size. You must include the number of cores you already have, and the number of cores you want to add to determine the total number of cores. You must then map the total number of cores you want to the SKU size groups listed below.
43+
In the request for additional VM cores, you need to calculate the total number of cores. This total includes both your existing number of cores, and the cores you want to add.
3744

38-
**Size groups**
45+
Azure Lab Services groups some VM sizes together in size groups:
3946

40-
Azure Lab Services groups SKU sizes as follows:
4147
- Small / Medium / Large Cores
4248
- Medium (Nested Virtualization) / Large (Nested Virtualization) Cores
4349
- Small (GPU Compute) Cores
4450
- Small GPU (Visualization) Cores
4551
- Medium GPU (Visualization) Cores
4652

47-
To determine the total number of cores for your request, you must:
48-
1. Select the VM sizes you want
49-
2. Calculate the total cores needed for each VM size
50-
3. Map to SKU group and sum all cores under each group
51-
4. Enter the resulting total number of cores for each group in your request
53+
To determine the total number of cores for your request:
54+
55+
1. Select the VM size you want.
56+
1. Calculate the total number of cores needed for the VM size.
57+
1. Enter the resulting total number of cores for the group in your request.
5258

5359
As an example, suppose you have existing VMs, and want to request more as shown in the following table:
5460

5561
| Size | Existing VMs | Additional VMs required | Total VMs |
5662
|-----|-----|-----|-----|
5763
|Small|15|25|40|
58-
|Large|1|2|3|
59-
|Large Virtualization|0|1|1|
6064

61-
1. **Select the VM sizes you want.** In the virtual machine size list, select each of the VM sizes you want to use:
65+
1. **Select the VM size you want**
66+
67+
In the virtual machine size list, select the VM size you want to use:
6268

63-
:::image type="content" source="./media/how-to-request-capacity-increase/multiple-sku.png" alt-text="Screenshot showing the core increase request with multiple virtual machine sizes selected.":::
69+
:::image type="content" source="./media/how-to-request-capacity-increase/multiple-sku.png" alt-text="Screenshot showing the core increase request with a virtual machine size selected.":::
6470

65-
2. **Next calculate the total cores needed for each VM size.**
66-
Using the figures in the table above and the number of cores for each size in the dropdown, you can calculate the total number of cores as shown:
67-
- *Small:* 40 small VMs x 2 cores = 80 cores
68-
- *Large:* 3 large VMs x 8 cores = 24 cores
69-
- *Large (Nested Virtualization):* 1 large nested virtualization VM x 8 cores = 8 cores
71+
1. **Next calculate the total cores needed for the VM size**
7072

71-
3. **Map your cores to the SKU group and sum all the cores under each group.**
72-
Calculate the total number of cores for each size group.
73+
Using the figures in the table above and the number of cores per VM size in the dropdown, you can calculate the total number of cores as shown:
7374

74-
The 40 small VMs and 3 large VMs are grouped together:
75-
Requested total core limit for Small / Medium / Large = 80 + 24 = 104 cores
76-
77-
The large nested virtualization VM is grouped separately:
78-
Requested total core limit for Medium (Nested Virtualization) / Large (Nested Virtualization) = 8 cores
75+
- *Small:* 40 small VMs x 2 cores = 80 cores
7976

80-
4. **Enter the resulting total number of cores for each group in your request.**
77+
1. **Enter the resulting total number of cores in your request**
8178

8279
:::image type="content" source="./media/how-to-request-capacity-increase/total-cores-grouped.png" alt-text="Screenshot showing the total number of cores in each group.":::
83-
84-
Remember that the total number of cores is the existing cores and the new cores you're requesting.
80+
81+
Remember that the total number of cores includes both the existing cores and the new cores you're requesting.
8582

8683
## Best practices for requesting a core limit increase
8784

8885
[!INCLUDE [lab-services-request-capacity-best-practices](includes/lab-services-request-capacity-best-practices.md)]
8986

90-
9187
## Start a new support request
88+
9289
You can follow these steps to request a core limit increase:
9390

9491
1. In the Azure portal, navigate to your lab plan or lab account, and then select **Create support request**.
@@ -108,47 +105,46 @@ You can follow these steps to request a core limit increase:
108105
:::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.":::
109106

110107
## Make core limit increase request
108+
111109
When you request core limit increase, you must supply some information to help the Azure Lab Services team evaluate and action your request as quickly as possible. The more information you can supply and the earlier you supply it, the more quickly the Azure Lab Services team will be able to process your request.
112110

113-
You need to specify different information depending on the version of Azure Lab Services you're using. The information required for the lab accounts used in original version of Lab Services (May 2019) and the lab plans used in the updated version of Lab Services (August 2022) is detailed on the tabs below. Use the appropriate tab to guide you as you complete the **Quota details** for your lab account or lab plan.
111+
You need to specify different information depending on the version of Azure Lab Services you're using. The information required for the lab accounts used in original version of Lab Services (May 2019) and the lab plans used in the updated version of Lab Services (August 2022) is detailed on the tabs below. Use the appropriate tab to guide you as you complete the **Quota details** for your lab account or lab plan.
112+
114113
#### [**Lab Account (Classic) - May 2019 version**](#tab/LabAccounts/)
115114

116115
:::image type="content" source="./media/how-to-request-capacity-increase/lab-account-pane.png" alt-text="Screenshot of the Quota details page for Lab accounts.":::
117116

118-
|Name |Value |
119-
|---------|---------|
120-
|**Deployment Model**|Select **Lab Account (Classic)**|
121-
|**Requested total core limit**|Enter the total number of cores for your subscription. Add the number of existing cores to the number of cores you're requesting.|
122-
|**Region**|Select the regions that you would like to use. |
123-
|**Is this for an existing lab or to create a new lab?**|Select **Existing lab** or **New lab**.|
124-
|**What is the lab account name?**|Only applies if you're adding cores to an existing lab. Select the lab account name.|
125-
|**What's the month-by-month usage plan for the requested cores?**|Enter the rate at which you want to add the extra cores, on a monthly basis.|
126-
|**Additional details**|Answer the questions in the additional details box. The more information you can provide here, the easier it will be for the Azure Lab Services team to process your request. For example, you could include your preferred date for the new cores to be available. |
117+
|Name |Value |
118+
|---------|---------|
119+
|**Deployment Model**|Select **Lab Account (Classic)**|
120+
|**Requested total core limit**|Enter the total number of cores for your subscription. Add the number of existing cores to the number of cores you're requesting.|
121+
|**Region**|Select the regions that you would like to use. |
122+
|**What is the lab account name?**|Only applies if you're adding cores to an existing lab. Select the lab account name.|
123+
|**What's the month-by-month usage plan for the requested cores?**|Enter the rate at which you want to add the extra cores, on a monthly basis.|
124+
|**Additional details**|Answer the questions in the additional details box. The more information you can provide here, the easier it will be for the Azure Lab Services team to process your request. For example, you could include your preferred date for the new cores to be available. |
127125

128126
#### [**Lab Plans - August 2022 version**](#tab/Labplans/)
129127

130-
131128
:::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.":::
132129

133-
|Name |Value |
134-
|---------|---------|
135-
|**Deployment Model**|Select **Lab Plan**|
136-
|**What is the ideal date to have this by?**|It's best to request a core limit increase well before you need the new cores. Use this option to specify when the new cores are required.|
137-
|**Region**|Enter the preferred location or region where you want the extra cores.|
138-
|**Alternate regions**|If you're flexible with the location of your cores, you can select alternate regions.|
139-
|**If you plan to use the new capacity with advanced networking, what region does your virtual network reside in?**|If your lab plan uses advanced networking, you must specify the region your virtual network resides in.|
140-
|**Virtual machine size**|Select the virtual machine size(s) that you require for the new cores.|
141-
|**Requested total core limit**|Enter the total number of cores you require; your existing cores + the number you're requesting. See [Determine the total number of cores in your request](#determine-the-total-number-of-cores-in-your-request) to learn how to calculate the total number of cores for each size group.|
142-
|**Is this for an existing lab or to create a new lab?**|Select **Existing lab** or **New lab**.|
143-
|**What is the lab account name?**|Only applies if you're adding cores to an existing lab. Select the lab account name.|
144-
|**What is the month-by-month usage plan for the requested cores?**|Enter the rate at which you want to add the extra cores, on a monthly basis.|
145-
|**Additional details**|Answer the questions in the additional details box. The more information you can provide here, the easier it will be for the Azure Lab Services team to process your request. |
130+
|Name |Value |
131+
|---------|---------|
132+
|**Deployment Model**|Select **Lab Plan**|
133+
|**What is the ideal date to have this by?**|It's best to request a core limit increase well before you need the new cores. Use this option to specify when the new cores are required.|
134+
|**Region**|Enter the preferred location or region where you want the extra cores.|
135+
|**Alternate regions**|If you're flexible with the location of your cores, you can select alternate regions.|
136+
|**If you plan to use the new capacity with advanced networking, what region does your virtual network reside in?**|If your lab plan uses advanced networking, you must specify the region your virtual network resides in.|
137+
|**Virtual machine size**|Select the virtual machine size that you require for the new cores.|
138+
|**Requested total core limit**|Enter the total number of cores you require; your existing cores + the number you're requesting. See [Determine the total number of cores in your request](#determine-the-total-number-of-cores-in-your-request) to learn how to calculate the total number of cores.|
139+
|**What is the month-by-month usage plan for the requested cores?**|Enter the rate at which you want to add the extra cores, on a monthly basis.|
140+
|**Additional details**|Answer the questions in the additional details box. The more information you can provide here, the easier it will be for the Azure Lab Services team to process your request. |
146141

147142
---
148143

149144
When you've entered the required information and any additional details, select **Save and continue**.
150145

151146
## Complete the support request
147+
152148
1. Complete the remainder of the support request **Additional details** tab using the following information:
153149

154150
### Advanced diagnostic information
@@ -184,4 +180,5 @@ When you've entered the required information and any additional details, select
184180
1. On the **Review + create** tab, review the information, and then select **Create**.
185181

186182
## Next steps
183+
187184
For more information about capacity limits, see [Capacity limits in Azure Lab Services](capacity-limits.md).

0 commit comments

Comments
 (0)