You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/lab-services/how-to-request-capacity-increase.md
+68-12Lines changed: 68 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,71 @@ To create a support request, you must be assigned to one of the following roles
25
25
### Determine the regions for your labs
26
26
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/).
27
27
28
-
### Locate and copy lab plan or lab account resource ID
29
-
To add extra capacity to an existing lab, you must specify the lab's resource ID when you make the request.
28
+
### Determine the total number of cores in your request
30
29
31
-
Use the following steps to locate and copy the resource ID so that you can paste it into your support request.
32
-
1. In the [Azure portal](https://portal.azure.com), navigate to the lab plan or lab account you want to add cores to.
30
+
Your capacity 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.
31
+
32
+
**Size groups**
33
+
34
+
Azure Lab Services groups SKU sizes as follows:
35
+
- Small / Medium / Large Cores
36
+
- Medium (Nested Virtualization) / Large (Nested Virtualization) Cores
37
+
- Small (GPU Compute) Cores
38
+
- Small GPU (Visualization) Cores
39
+
- Medium GPU (Visualization) Cores
40
+
41
+
To determine the total number of cores for your request, you must:
42
+
1. Select the VM sizes you want
43
+
2. Calculate the total cores needed for each VM size
44
+
3. Map to SKU group and sum all cores under each group
45
+
4. Enter the resulting total number of cores for each group in your request
46
+
47
+
As an example, suppose you have existing VMs and want to request more as shown in the following table:
1.**Select the VM sizes you want.** In the virtual machine size list, select each of the VM sizes you want to use:
56
+
57
+
:::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.":::
58
+
59
+
2.**Next calculate the total cores needed for each VM size.**
60
+
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:
61
+
- *Small:* 40 small VMs x 2 cores = 80 cores
62
+
- *Large:* 3 large VMs x 8 cores = 24 cores
63
+
- *Large (Nested Virtualization):* 1 large nested virtualization VM x 8 cores = 8 cores
64
+
65
+
3.**Map your cores to the SKU group and sum all the cores under each group.**
66
+
Calculate the total number of cores for each size group.
67
+
68
+
The 40 small VMs and 3 large VMs are grouped together:
69
+
Requested total core limit for Small / Medium / Large = 80 + 24 = 104 cores
70
+
71
+
The large nested virtualization VM is grouped separately:
72
+
Requested total core limit for Medium (Nested Virtualization) / Large (Nested Virtualization) = 8 cores
73
+
74
+
4.**Enter the resulting total number of cores for each group in your request.**
75
+
76
+
:::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.":::
77
+
78
+
79
+
Remember that the total number of cores = existing cores + desired cores.
80
+
81
+
### Locate and copy lab plan resource ID
82
+
Complete this step if you want to extend a lab plan in the updated version of Lab Services (August 2022).
83
+
84
+
To add extra capacity to an existing subscription, you must specify a lab plan resource ID when you make the request. Although a lab plan is needed to make a capacity request, the actual capacity is assigned to your subscription, so you can use it where you need it. Capacity is not tied to individual lab plans. This means that you can delete all your lab plans and still have the same capacity assigned to your subscription.
85
+
86
+
Use the following steps to locate and copy the lab plan resource ID so that you can paste it into your support request.
87
+
1. In the [Azure portal](https://portal.azure.com), navigate to the lab plan to which you want to add cores.
33
88
34
89
1. Under Settings, select Properties, and then copy the **Resource ID**.
35
90
:::image type="content" source="./media/how-to-request-capacity-increase/resource-id.png" alt-text="Screenshot showing the lab plan properties with resource ID highlighted.":::
36
91
37
-
1. Paste the Resource ID into a document for safekeeping; you'll need it to complete the support request.
92
+
1. Paste the resource ID into a document for safekeeping; you'll need it to complete the support request.
38
93
39
94
## Start a new support request
40
95
You can follow these steps to request a limit increase:
@@ -60,21 +115,22 @@ You can follow these steps to request a limit increase:
60
115
## Make core limit increase request
61
116
When you request core limit increase (sometimes called an increase in capacity), 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.
62
117
63
-
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 different. Use the appropriate tab below to guide you as you complete the **Quota details**.
64
-
#### [Lab Accounts](#tab/LabAccounts/)
118
+
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.
119
+
#### [**Lab Accounts (Classic) - May 2019 version**](#tab/LabAccounts/)
65
120
66
-
:::image type="content" source="./media/how-to-request-capacity-increase/lab-account.png" alt-text="Screenshot of the Quota details page for Lab accounts.":::
121
+
:::image type="content" source="./media/how-to-request-capacity-increase/lab-account-2.png" alt-text="Screenshot of the Quota details page for Lab accounts.":::
|**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.|
72
127
|**Region**|Select the regions that you would like to use. |
73
-
|**Is this for an existing lab or to create a new lab?**|Select **Existing lab** or **New lab**. </br> If you're adding cores to an existing lab, enter the lab's resource ID.|
74
-
|**What's the month-by-month usage plan for the requested cores?**|Enter the rate at which you want to add the extra cores.|
128
+
|**Is this for an existing lab or to create a new lab?**|Select **Existing lab** or **New lab**.|
129
+
|**What is the lab account name?**|Only applies if you're adding cores to an existing lab. Select the lab account name.|
130
+
|**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.|
75
131
|**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. |
76
132
77
-
#### [Lab Plans](#tab/Labplans/)
133
+
#### [**Lab Plans - August 2022 version**](#tab/Labplans/)
78
134
79
135
80
136
:::image type="content" source="./media/how-to-request-capacity-increase/lab-plan.png" alt-text="Screenshot of the Quota details page for Lab Services v2.":::
@@ -90,7 +146,7 @@ The information required for the lab accounts used in original version of Lab Se
90
146
|**What is the minimum number of cores you can start with?**|Your new cores may be made available gradually. Enter the minimum number of cores you require.|
91
147
|**What's the ideal date to have this by? (MM/DD/YYY)**|Enter the date on which you want the extra cores to be available.|
92
148
|**Is this for an existing lab or to create a new lab?**|Select **Existing lab** or **New lab**. </br> If you're adding cores to an existing lab, enter the lab's resource ID.|
93
-
|**What is the month-by-month usage plan for the requested cores?**|Enter the rate at which you want to add the extra cores.|
149
+
|**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.|
94
150
|**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. |
0 commit comments