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/capacity-limits.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,9 @@ These actions may be disabled if there no more cores that can be enabled for you
23
23
> [!NOTE]
24
24
> Azure Lab Services capacity limits are set per subscription.
25
25
26
+
### Prerequisites
27
+
28
+
- To create a support request, your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner), [Contributor](/azure/role-based-access-control/built-in-roles#contributor), or [Support Request Contributor](/azure/role-based-access-control/built-in-roles#support-request-contributor) Azure Active Directory role at the subscription level.
26
29
27
30
## Request a limit increase
28
31
@@ -40,6 +43,45 @@ Azure Lab Services hosts lab resources, including VMs, within special Microsoft-
40
43
41
44
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.
42
45
46
+
## Azure region restrictions
47
+
48
+
Azure Lab Services enables you to create labs in different Azure regions. The default limit for the total number of regions you can use for creating labs varies by offer category type. For example, the default for Pay-As-You-Go subscriptions is two regions.
49
+
50
+
If you have reached the Azure regions limit for your subscription, you can only create labs in regions that you're already using. When you create a new lab in another region, the lab creation will fail with an error message.
51
+
52
+
To overcome the Azure region restriction, you have the following options:
53
+
54
+
-[Delete all labs](./how-to-manage-labs.md#delete-a-lab) in one of the other regions to reduce the total number of regions in which you have labs.
55
+
56
+
- Contact Azure support to [request the removal of the region restriction](#request-removal-of-region-restriction) for your subscription.
57
+
58
+
- Contact Azure support to [request a limit increase](./how-to-request-capacity-increase.md). When a limit increase is granted, the region restriction is lifted for your subscription. We recommend that you request a small limit increase for any SKU to lift the restriction for your subscription.
59
+
60
+
### Request removal of region restriction
61
+
62
+
You can contact Azure support and create a support ticket to lift the region restriction from your subscription.
63
+
64
+
1. In the [Azure portal](https://portal.azure.com), go to your lab plan.
65
+
1. In the left navigation menu, select **New Support Request**.
66
+
1. On the **Problem description** tab, enter the following information, and then select **Next**.
67
+
68
+
| Field | Value |
69
+
| ------ | ------ |
70
+
|**Summary**| Enter *Remove region restriction*. |
71
+
|**Issue type**|*Technical*|
72
+
|**Subscription**| Select your Azure subscription. |
73
+
|**Service**| Select *My Services*. |
74
+
|**Service type**| Select *Lab Services with lab plan*. |
|**Problem subtype**| Select *Problem creating a new lab*. |
78
+
79
+
:::image type="content" source="./media/capacity-limits/support-request-region-restriction.png" alt-text="Screenshot that shows how to create an Azure support request in the Azure portal to remove the region restriction." lightbox="./media/capacity-limits/support-request-region-restriction.png":::
80
+
81
+
1. On the **Additional details** page, enter *Requesting lift of regional restrictions* in the **Description** field, and then select **Next**.
82
+
83
+
1. On the **Review + create** page, select **Create** to create the support request.
Copy file name to clipboardExpand all lines: articles/lab-services/create-and-configure-labs-admin.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ You might need to change the region for your labs in these circumstances:
20
20
- Service availability. Providing the optimal lab experience for your students by ensuring the Azure Lab Service is available in the region closest to them. For more information about service availability, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=lab-services).
21
21
- New region. You may acquire quota in a region different than the regions already enabled.
22
22
23
+
> [!NOTE]
24
+
> The default limit for the total number of regions you can use for creating labs varies by offer category type. If you have reached the Azure regions limit for your subscription, you can only create labs in regions that you're already using.
25
+
> Learn more about [region restrictions in Azure Lab Services](./capacity-limits.md#azure-region-restrictions).
26
+
23
27
## Prerequisites
24
28
25
29
- To perform these steps, you must have an existing lab plan.
@@ -69,4 +73,7 @@ To disable one or more regions after lab creation, follow these steps:
69
73
## Next steps
70
74
71
75
- Learn how to choose the right regions for your Lab plan at [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/#overview).
72
-
- Check [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=lab-services) For Azure Lab Services availability near you.
76
+
77
+
- Check [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=lab-services) For Azure Lab Services availability near you.
78
+
79
+
- Learn more about [region restrictions in Azure Lab Services](./capacity-limits.md#azure-region-restrictions).
### Lab creation fails with `Subscription has labs in 2 regions, and the regional limit for this subscription is 2`
10
+
11
+
The default limit for the total number of regions you can use for creating labs varies by offer category type. If you have reached the Azure regions limit for your subscription, you can only create labs in regions that you're already using.
12
+
13
+
Learn more about [how to resolve region restrictions](../capacity-limits.md#azure-region-restrictions).
Copy file name to clipboardExpand all lines: articles/lab-services/quick-create-lab-portal.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,8 @@ On the **Delete lab** dialog box, select **Delete** to continue with the deletio
85
85
86
86
[!INCLUDE [Troubleshoot not authorized error](./includes/lab-services-troubleshoot-not-authorized.md)]
87
87
88
+
[!INCLUDE [Troubleshoot region restriction](./includes/lab-services-troubleshoot-region-restriction.md)]
89
+
88
90
## Next steps
89
91
90
92
In this quickstart, you created a lab with Azure Lab Services. To learn more about advanced options for labs, see [Tutorial: Create and publish a lab](tutorial-setup-lab.md).
Copy file name to clipboardExpand all lines: articles/lab-services/tutorial-setup-lab.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,8 @@ For more information about managing usage of student VMs, see [How to configure
226
226
227
227
[!INCLUDE [Troubleshoot not authorized error](./includes/lab-services-troubleshoot-not-authorized.md)]
228
228
229
+
[!INCLUDE [Troubleshoot region restriction](./includes/lab-services-troubleshoot-region-restriction.md)]
230
+
229
231
## Next steps
230
232
231
233
In this tutorial, you created a lab for your class in Azure. To learn how a student can access a VM in the lab using the registration link, advance to the next tutorial.
0 commit comments