Skip to content

Commit f44b800

Browse files
authored
Merge pull request #250057 from RoseHJM/mdb-quotas
MDB quota articles
2 parents 666ed0d + e265f11 commit f44b800

15 files changed

+204
-1
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: How to determine your resource usage and quota
3+
description: Learn how to determine where the Dev Box resources for your subscription are used and if you have any spare capacity against your quota.
4+
services: dev-box
5+
ms.service: dev-box
6+
author: RoseHJM
7+
ms.author: rosemalcolm
8+
ms.topic: how-to
9+
ms.date: 08/21/2023
10+
---
11+
12+
# Determine resource usage and quota
13+
14+
To ensure that resources are available for customers, Microsoft Dev Box has a limit on the number of each type of resource that can be used in a subscription. This limit is called a quota. You can see the default quota for each resource type by subscription type here:
15+
16+
Keeping track of how your quota of VM cores is being used across your subscriptions can be difficult. You may want to know what your current usage is, how much you have left, and in what regions you have capacity. To help you understand where and how you're using your quota, Azure provides the Usage + Quotas page.
17+
18+
## Determine your usage and quota
19+
20+
1. In the [Azure portal](https://portal.azure.com), go to the subscription you want to examine.
21+
22+
1. On the Subscription page, under Settings, select **Usage + quotas**.
23+
24+
:::image type="content" source="media/how-to-determine-your-quota-usage/subscription-overview.png" alt-text="Screenshot showing the Subscription overview left menu, with Usage and quotas highlighted." lightbox="media/how-to-determine-your-quota-usage/subscription-overview.png":::
25+
26+
1. To view Usage + quotas information about Microsoft Dev Box, select **Dev Box**.
27+
28+
:::image type="content" source="media/how-to-determine-your-quota-usage/select-dev-box.png" alt-text="Screenshot showing the Usage and quotas page, with Dev Box highlighted." lightbox="media/how-to-determine-your-quota-usage/select-dev-box.png":::
29+
30+
1. In this example, you can see the **Quota name**, the **Region**, the **Subscription** the quota is assigned to, the **Current Usage**, and whether or not the limit is **Adjustable**.
31+
32+
:::image type="content" source="media/how-to-determine-your-quota-usage/example-subscription.png" alt-text="Screenshot showing the Usage and quotas page, with column headings highlighted." lightbox="media/how-to-determine-your-quota-usage/example-subscription.png":::
33+
34+
1. You can also see that the usage is grouped by level; regular, low, and no usage.
35+
36+
:::image type="content" source="media/how-to-determine-your-quota-usage/example-subscription-groups.png" alt-text="Screenshot showing the Usage and quotas page, with VM size groups highlighted." lightbox="media/how-to-determine-your-quota-usage/example-subscription-groups.png" :::
37+
38+
1. To view quota and usage information for specific regions, select the **Region:** filter, select the regions to display, and then select **Apply**.
39+
40+
:::image type="content" source="media/how-to-determine-your-quota-usage/select-regions.png" lightbox="media/how-to-determine-your-quota-usage/select-regions.png" alt-text="Screenshot showing the Usage and quotas page, with Regions drop down highlighted.":::
41+
42+
1. To view only the items that are using part of your quota, select the **Usage:** filter, and then select **Only items with usage**.
43+
44+
:::image type="content" source="media/how-to-determine-your-quota-usage/select-items-with-usage.png" lightbox="media/how-to-determine-your-quota-usage/select-items-with-usage.png" alt-text="Screenshot showing the Usage and quotas page, with Usage drop down and Only show items with usage option highlighted.":::
45+
46+
1. To view items that are using above a certain amount of your quota, select the **Usage:** filter, and then select **Select custom usage**.
47+
48+
:::image type="content" source="media/how-to-determine-your-quota-usage/select-custom-usage-before.png" alt-text="Screenshot showing the Usage and quotas page, with Usage drop down and Select custom usage option highlighted." lightbox="media/how-to-determine-your-quota-usage/select-custom-usage-before.png" :::
49+
50+
1. You can then set a custom usage threshold, so only the items using above the specified percentage of the quota are displayed.
51+
52+
:::image type="content" source="media/how-to-determine-your-quota-usage/select-custom-usage.png" alt-text="Screenshot showing the Usage and quotas page, with Select custom usage option and configuration settings highlighted." lightbox="media/how-to-determine-your-quota-usage/select-custom-usage.png":::
53+
54+
1. Select **Apply**.
55+
56+
Each subscription has its own Usage + quotas page, which covers all the various services in the subscription, not just Microsoft Dev Box.
57+
58+
## Related content
59+
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).
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
---
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+
services: dev-box
5+
ms.service: dev-box
6+
author: RoseHJM
7+
ms.author: rosemalcolm
8+
ms.topic: how-to
9+
ms.date: 08/22/2023
10+
---
11+
12+
# Request a quota limit increase
13+
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+
16+
When you reach the limit for a resource in your subscription, you can request a limit increase (sometimes called a capacity increase, or a quota increase) to extend the number of resources available. The request process allows the Microsoft Dev Box team to ensure that your subscription isn't involved in any cases of fraud or unintentional, sudden large-scale deployments.
17+
18+
The time it takes to increase your quota varies depending on the VM size, region, and number of resources requested. You won't have to go through the process of requesting extra capacity often, but to ensure you have the resources you require when you need them, you should:
19+
20+
- Request capacity as far in advance as possible.
21+
- If possible, be flexible on the region where you're requesting capacity.
22+
- Recognize that capacity remains assigned for the lifetime of a subscription. When dev box resources are deleted, the capacity remains assigned to the subscription.
23+
- Request extra capacity only if you need more than is already assigned to your subscription.
24+
- Make incremental requests for VM cores rather than making large, bulk requests. Break requests for large numbers of cores into smaller requests for extra flexibility in how those requests are fulfilled.
25+
26+
Learn more about the general [process for creating Azure support requests](/azure/azure-portal/supportability/how-to-create-azure-support-request).
27+
28+
## Prerequisites
29+
30+
- 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) role at the subscription level.
31+
- Before you create a support request for a limit increase, you need to gather additional information.
32+
33+
## Gather information for your request
34+
35+
You'll find submitting a support request for additional quota is quicker if you gather the required information before you begin the request process.
36+
37+
- **Determine your current quota usage**
38+
39+
For each of your subscriptions, you can check your current usage of each Deployment Environments resource type in each region. Determine your current usage by following these steps: [Determine usage and quota](./how-to-determine-your-quota-usage.md).
40+
41+
- **Determine the region for the additional quota**
42+
43+
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/).
44+
45+
- **Choose the quota type of the additional quota.**
46+
47+
The following Dev Box resources are limited by subscription. You can request an increase in the number of resources for each of these types.
48+
49+
- Dev box definitions
50+
- Dev centers
51+
- Network settings
52+
- Pools
53+
- Projects
54+
- Network connections
55+
- Dev Box general cores
56+
- Other
57+
58+
When you want to increase the number of dev boxes available to your developers, you should request an increase in the number of Dev Box general cores.
59+
60+
## Submit a new support request
61+
62+
Follow these steps to request a limit increase:
63+
64+
1. On the Azure portal home page, select Support & troubleshooting, and then select **Help + support**
65+
66+
:::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." lightbox="./media/how-to-request-capacity-increase/submit-new-request.png":::
67+
68+
1. On the **Help + support** page, select **Create a support request**.
69+
70+
:::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." lightbox="./media/how-to-request-capacity-increase/create-support-request.png":::
71+
72+
1. On the **New support request** page, enter the following information, and then select **Next**.
73+
74+
| Name | Value |
75+
| ----------------- | ------- |
76+
| **Issue type** | *Service and subscription limits (quotas)* |
77+
| **Subscription** | Select the subscription to which the request applies. |
78+
| **Quota type** | *Microsoft Dev Box* |
79+
80+
1. On the **Additional details** tab, in the **Problem details** section, select **Enter details**.
81+
82+
:::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." lightbox="media/how-to-request-capacity-increase/enter-details.png":::
83+
84+
1. In **Quota details**, enter the following information, and then select **Next**.
85+
86+
| Name | Value |
87+
| ----------------- | ------- |
88+
| **Region** | Select the **Region** in which you want to increase your quota. |
89+
| **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. |
90+
| **New total limit** | Enter the new total limit that you want to request. |
91+
| **Is it a limit decrease?** | Select **Yes** or **No**. |
92+
| **Additional information** | Enter any extra information about your request. |
93+
94+
:::image type="content" source="media/how-to-request-capacity-increase/quota-details.png" alt-text="Screenshot of the Quota details pane." lightbox="media/how-to-request-capacity-increase/quota-details.png":::
95+
96+
1. Select **Save and continue**.
97+
## Complete the support request
98+
99+
To complete the support request, enter the following information:
100+
101+
1. Complete the remainder of the support request **Additional details** tab using the following information:
102+
103+
### Advanced diagnostic information
104+
105+
|Name |Value |
106+
|---------|---------|
107+
|**Allow collection of advanced diagnostic information**|Select yes or no.|
108+
109+
### Support method
110+
111+
|Name |Value |
112+
|---------|---------|
113+
|**Support plan**|Select your support plan.|
114+
|**Severity**|Select the severity of the issue.|
115+
|**Preferred contact method**|Select email or phone.|
116+
|**Your availability**|Enter your availability.|
117+
|**Support language**|Select your language preference.|
118+
119+
### Contact information
120+
121+
|Name |Value |
122+
|---------|---------|
123+
|**First name**|Enter your first name.|
124+
|**Last name**|Enter your last name.|
125+
|**Email**|Enter your contact email.|
126+
|**Additional email for notification**|Enter an email for notifications.|
127+
|**Phone**|Enter your contact phone number.|
128+
|**Country/region**|Enter your location.|
129+
|**Save contact changes for future support requests.**|Select the check box to save changes.|
130+
131+
1. Select **Next**.
132+
133+
1. On the **Review + create** tab, review the information, and then select **Create**.
134+
135+
## Related content
136+
137+
- To learn how to check your quota usage, see [Determine usage and quota](./how-to-determine-your-quota-usage.md).
138+
- 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)
90.7 KB
Loading
90.7 KB
Loading
95.6 KB
Loading
96.4 KB
Loading
81.5 KB
Loading
95.6 KB
Loading
98.5 KB
Loading
43.9 KB
Loading

0 commit comments

Comments
 (0)