Skip to content

Commit 8d11b0a

Browse files
Merge pull request #252648 from RoseHJM/ade-quotas
Ade quotas
2 parents f74bf31 + 3665f75 commit 8d11b0a

File tree

8 files changed

+128
-4
lines changed

8 files changed

+128
-4
lines changed
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
title: Request a quota limit increase for Azure Deployment Environments resources
3+
description: Learn how to request a quota increase to extend the number of Deployment Environments resources you can use in your subscription.
4+
services: dev-box
5+
ms.service: dev-box
6+
author: RoseHJM
7+
ms.author: rosemalcolm
8+
ms.topic: how-to
9+
ms.date: 09/27/2023
10+
---
11+
12+
# Request a quota limit increase for Azure Deployment Environments resources
13+
14+
This article describes how to submit a support request for increasing the number of resources available to Azure Deployment Environments in your Azure subscription.
15+
16+
If your organization uses Deployment Environments extensively, you may encounter a quota limit during deployment. 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 Azure Deployment Environments team to ensure that your subscription isn't involved in any cases of fraud or unintentional, sudden large-scale deployments.
17+
18+
Learn more about the general [process for creating Azure support requests](/azure/azure-portal/supportability/how-to-create-azure-support-request).
19+
20+
## Prerequisites
21+
22+
- 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.
23+
- Before you create a support request for a limit increase, you need to gather additional information.
24+
25+
## Gather information for your request
26+
27+
Submitting a support request for additional quota is quicker if you gather the required information before you begin the request process.
28+
29+
- **Identify the quota type**
30+
31+
If you reach the quota limit for a Deployment Environments resource, you see a notification indicating which quota type is affected during deployment. Take note of it and submit a request for that quota type.
32+
33+
The following resources are limited by subscription.
34+
35+
- Runtime limit per month (mins)
36+
- Runtime limit per deployment (mins)
37+
- Storage limit per environment (GBs)
38+
39+
40+
- **Determine the region for the additional quota**
41+
42+
Deployment Environments resources can exist in many regions. You should choose the region where your Deployment Environments Project exists for best performance.
43+
44+
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/).
45+
46+
## Submit a new support request
47+
48+
Follow these steps to request a limit increase:
49+
50+
1. On the Azure portal home page, select Support & troubleshooting, and then select **Help + support**
51+
52+
:::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":::
53+
54+
1. On the **Help + support** page, select **Create a support request**.
55+
56+
:::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":::
57+
58+
1. On the **New support request** page, enter the following information, and then select **Next**.
59+
60+
| Name | Value |
61+
| ----------------- | ------- |
62+
| **Issue type** | *Service and subscription limits (quotas)* |
63+
| **Subscription** | Select the subscription to which the request applies. |
64+
| **Quota type** | *Azure Deployment Environments* |
65+
66+
1. On the **Additional details** tab, in the **Problem details** section, select **Enter details**.
67+
68+
:::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":::
69+
70+
1. In **Quota details**, enter the following information, and then select **Next**.
71+
72+
| Name | Value |
73+
| ----------------- | ------- |
74+
| **Quota type** | Select the **Quota type** that you want to increase. |
75+
| **Region** | Select the **Region** in which you want to increase your quota. |
76+
| **Additional quota** | Enter the additional number of minutes that you need, or GBs per environment for Storage limit increases. |
77+
| **Additional info** | Enter any extra information about your request. |
78+
79+
:::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":::
80+
81+
1. Select **Save and continue**.
82+
## Complete the support request
83+
84+
To complete the support request, enter the following information:
85+
86+
1. Complete the remainder of the support request **Additional details** tab using the following information:
87+
88+
### Advanced diagnostic information
89+
90+
|Name |Value |
91+
|---------|---------|
92+
|**Allow collection of advanced diagnostic information**|Select yes or no.|
93+
94+
### Support method
95+
96+
|Name |Value |
97+
|---------|---------|
98+
|**Support plan**|Select your support plan.|
99+
|**Severity**|Select the severity of the issue.|
100+
|**Preferred contact method**|Select email or phone.|
101+
|**Your availability**|Enter your availability.|
102+
|**Support language**|Select your language preference.|
103+
104+
### Contact information
105+
106+
|Name |Value |
107+
|---------|---------|
108+
|**First name**|Enter your first name.|
109+
|**Last name**|Enter your last name.|
110+
|**Email**|Enter your contact email.|
111+
|**Additional email for notification**|Enter an email for notifications.|
112+
|**Phone**|Enter your contact phone number.|
113+
|**Country/region**|Enter your location.|
114+
|**Save contact changes for future support requests.**|Select the check box to save changes.|
115+
116+
1. Select **Next**.
117+
118+
1. On the **Review + create** tab, review the information, and then select **Create**.
119+
120+
## Related content
121+
122+
- Check the default quota for each resource type by subscription type: [Azure Deployment Environments limits](/azure/azure-resource-manager/management/azure-subscription-service-limits#azure-deployment-environments-limits)
12.7 KB
Loading
34.8 KB
Loading
18.2 KB
Loading
74.7 KB
Loading

articles/deployment-environments/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ items:
3939
href: how-to-configure-devcenter-environment-types.md
4040
- name: Add & delete project environment types
4141
href: how-to-configure-project-environment-types.md
42+
- name: Request a quota limit increase
43+
href: how-to-request-quota-increase.md
4244
- name: Provide access to dev managers
4345
href: how-to-configure-project-admin.md
4446
- name: Provide access to developers

articles/dev-box/how-to-determine-your-quota-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.topic: how-to
99
ms.date: 08/21/2023
1010
---
1111

12-
# Determine resource usage and quota
12+
# Determine resource usage and quota for Microsoft Dev Box
1313

1414
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.
1515

1616
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.
1717

18-
## Determine your usage and quota
18+
## Determine your Dev Box usage and quota by subscription
1919

2020
1. In the [Azure portal](https://portal.azure.com), go to the subscription you want to examine.
2121

articles/dev-box/how-to-request-quota-increase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.topic: how-to
99
ms.date: 08/22/2023
1010
---
1111

12-
# Request a quota limit increase
12+
# Request a quota limit increase for Microsoft Dev Box resources
1313

1414
This article describes how to submit a support request for increasing the number of resources for Microsoft Dev Box in your Azure subscription.
1515

1616
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.
1717

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:
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. To ensure you have the resources you require when you need them, you should:
1919

2020
- Request capacity as far in advance as possible.
2121
- If possible, be flexible on the region where you're requesting capacity.

0 commit comments

Comments
 (0)