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/dev-box/how-to-determine-your-quota-usage.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ Keeping track of how your quota of VM cores is being used across your subscripti
55
55
56
56
Each subscription has its own Usage + quotas page, which covers all the various services in the subscription, not just Microsoft Dev Box.
57
57
58
-
## Next steps
58
+
## Related content
59
59
60
-
60
+
- Check the default quota for each resource type by subscription type: [Microsoft Dev Box limits](/azure/azure-resource-manager/management/azure-subscription-service-limits#microsoft-dev-box-limits).
61
+
- To learn how to request a quota increase, see [Request a quota limit increase](./how-to-request-quota-increase.md).
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-request-quota-increase.md
+36-35Lines changed: 36 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Request a core limit increase
3
-
description: Learn how to request a core limit (quota) increase to expand capacity for your labs in Azure Lab Services.
2
+
title: Request a quota limit increase for Dev Box resources
3
+
description: Learn how to request a quota increase to expand the number of dev box resources you can use in your subscription. Request an increase for dev box cores and other resources.
4
4
services: dev-box
5
5
ms.service: dev-box
6
6
author: RoseHJM
@@ -9,7 +9,7 @@ ms.topic: how-to
9
9
ms.date: 08/22/2023
10
10
---
11
11
12
-
# Request a core limit increase
12
+
# Request a quota limit increase
13
13
14
14
This article describes how to submit a support request for increasing the number of resources for Microsoft Dev Box in your Azure subscription.
15
15
@@ -34,6 +34,19 @@ You'll find submitting a support request for additional quota is quicker if you
34
34
35
35
Dev Box resources can exist in many regions. You can choose to deploy resources in multiple regions close to your dev box users. 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/).
36
36
37
+
-**Choose the quota type of the additional quota.**
38
+
39
+
The following Dev Box resources are limited by subscription. You can request an increase in the number of resources for each of these types.
40
+
41
+
- Dev box definitions
42
+
- Dev centers
43
+
- Network settings
44
+
- Pools
45
+
- Projects
46
+
- Network connections
47
+
- Dev Box general cores
48
+
- Other
49
+
37
50
## Submit a new support request
38
51
39
52
Follow these steps to request a limit increase:
@@ -42,47 +55,33 @@ Follow these steps to request a limit increase:
42
55
43
56
:::image type="content" source="./media/how-to-request-capacity-increase/submit-new-request.png" alt-text="Screenshot of the Azure portal home page, highlighting the Request core limit increase button.":::
44
57
58
+
1. On the **Help + support** page, select **Create a support request**.
59
+
60
+
:::image type="content" source="./media/how-to-request-capacity-increase/create-support-request.png" alt-text="Screenshot of the Help + support page, highlighting Create a support request.":::
61
+
45
62
1. On the **New support request** page, enter the following information, and then select **Next**.
46
63
47
64
| Name | Value |
48
65
| ----------------- | ------- |
49
66
|**Issue type**|*Service and subscription limits (quotas)*|
50
67
|**Subscription**| Select the subscription to which the request applies. |
51
-
|**Quota type**|*Azure Lab Services*|
52
-
53
-
1. On the **Additional details** tab, select **Enter details** in the **Problem details** section.
54
-
55
-
56
-
57
-
58
-
59
-
As you complete the **Quota details**, Azure
60
-
61
-
### Select the quota type
62
-
63
-
The following Dev Box resources are limited by subscription. You can request an increase in the number of resources for each of these types.
64
-
65
-
- Dev box definitions
66
-
- Dev centers
67
-
- Network settings
68
-
- Pools
69
-
- Projects
70
-
- Network connections
71
-
- Dev Box general cores
72
-
- Other
73
-
68
+
|**Quota type**|*Microsoft Dev Box*|
74
69
70
+
1. On the **Additional details** tab, in the **Problem details** section, select **Enter details**.
75
71
72
+
:::image type="content" source="media/how-to-request-capacity-increase/enter-details.png" alt-text="Screenshot of the New support request page, highlighting Enter details.":::
76
73
77
-
### limit decrease
78
-
79
-
80
-
Additional info
81
-
82
-
Maybe for price decrease
83
-
74
+
1. In **Quota details**, enter the following information, and then select **Next**.
75
+
76
+
| Name | Value |
77
+
| ----------------- | ------- |
78
+
|**Region**| Select the **Region** in which you want to increase your quota. |
79
+
|**Quota type**| When you select a Region, Azure displays your current usage and your current for all quota types. </br> Select the **Quota type** that you want to increase. |
80
+
|**New total limit**| Enter the new total limit that you want to request. |
81
+
|**Is it a limit decrease?**| Select **Yes** or **No**. |
82
+
|**Additional information**| Enter any extra information about your request. |
84
83
85
-
When you've entered the required information and any extra details, select **Save and continue**.
84
+
:::image type="content" source="media/how-to-request-capacity-increase/quota-details.png" alt-text="Screenshot of the Quota details pane.":::
86
85
87
86
## Complete the support request
88
87
@@ -122,5 +121,7 @@ To complete the support request, enter the following information:
122
121
123
122
1. On the **Review + create** tab, review the information, and then select **Create**.
124
123
125
-
## Next steps
124
+
## Related content
126
125
126
+
- To learn how to check your quota usage, see [Determine usage and quota](./how-to-determine-your-quota-usage.md).
127
+
- Check the default quota for each resource type by subscription type: [Microsoft Dev Box limits](/azure/azure-resource-manager/management/azure-subscription-service-limits#microsoft-dev-box-limits)
0 commit comments