Skip to content

Commit e4b3b49

Browse files
Merge pull request #225528 from ntrogh/als-regional-restrictions
[Azure Lab Services] Regional restrictions
2 parents de3abd5 + 1c69c0b commit e4b3b49

File tree

6 files changed

+67
-1
lines changed

6 files changed

+67
-1
lines changed

articles/lab-services/capacity-limits.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ These actions may be disabled if there no more cores that can be enabled for you
2323
> [!NOTE]
2424
> Azure Lab Services capacity limits are set per subscription.
2525
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.
2629

2730
## Request a limit increase
2831

@@ -40,6 +43,45 @@ Azure Lab Services hosts lab resources, including VMs, within special Microsoft-
4043

4144
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.
4245

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*. |
75+
| **Resource** | *Select your lab plan*. |
76+
| **Problem type** | Select *Labs Portal (labs.azure.com)*. |
77+
| **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.
84+
4385
## Best practices for requesting a limit increase
4486
[!INCLUDE [lab-services-request-capacity-best-practices](includes/lab-services-request-capacity-best-practices.md)]
4587

articles/lab-services/create-and-configure-labs-admin.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ You might need to change the region for your labs in these circumstances:
2020
- 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).
2121
- New region. You may acquire quota in a region different than the regions already enabled.
2222

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+
2327
## Prerequisites
2428

2529
- 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:
6973
## Next steps
7074

7175
- 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).
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
ms.service: lab-services
3+
ms.topic: include
4+
author: ntrogh
5+
ms.author: nicktrog
6+
ms.date: 01/30/2023
7+
---
8+
9+
### 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).
161 KB
Loading

articles/lab-services/quick-create-lab-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ On the **Delete lab** dialog box, select **Delete** to continue with the deletio
8585

8686
[!INCLUDE [Troubleshoot not authorized error](./includes/lab-services-troubleshoot-not-authorized.md)]
8787

88+
[!INCLUDE [Troubleshoot region restriction](./includes/lab-services-troubleshoot-region-restriction.md)]
89+
8890
## Next steps
8991

9092
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).

articles/lab-services/tutorial-setup-lab.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ For more information about managing usage of student VMs, see [How to configure
226226

227227
[!INCLUDE [Troubleshoot not authorized error](./includes/lab-services-troubleshoot-not-authorized.md)]
228228

229+
[!INCLUDE [Troubleshoot region restriction](./includes/lab-services-troubleshoot-region-restriction.md)]
230+
229231
## Next steps
230232

231233
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

Comments
 (0)