Skip to content

Commit d7457c0

Browse files
Simon Jakeschcraigshoemaker
authored andcommitted
revising quota docs
1 parent 22855f7 commit d7457c0

File tree

5 files changed

+85
-0
lines changed

5 files changed

+85
-0
lines changed
101 KB
Loading
7.39 KB
Loading
14.9 KB
Loading
655 Bytes
Loading
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: Request quota changes for Azure Container Apps
3+
description: Learn about how and where to submit a quota request for Azure Container Apps.
4+
services: container-apps
5+
author: craigshoemaker
6+
ms.service: azure-container-apps
7+
ms.topic: how-to
8+
ms.date: 04/25/2025
9+
ms.author: cshoe
10+
---
11+
12+
# Request quota changes for Azure Container Apps
13+
14+
Azure Container Apps has default quotas and limits that apply to your resources. As your application needs grow, you might need to increase these limits. This article explains how to request quota changes for Azure Container Apps through integrated and manual request processes. Follow these procedures when you need to expand your resource capacity beyond the default limits.
15+
16+
## Integrated requests
17+
18+
Integrated requests use the [Azure Quota Management System](https://ms.portal.azure.com/#view/Microsoft_Azure_Capacity/QuotaMenuBlade/~/myQuotas) (QMS) to automate most quota change requests. Most requests are processed within a few minutes, while a limited number requests are converted into support ticket for further evaluation.
19+
20+
Make an integrated request for the following quotas:
21+
22+
- Managed environment count
23+
- Managed environment consumption cores
24+
- Managed environment general purpose cores
25+
- Managed environment memory optimized cores
26+
27+
### Make an integrated request
28+
29+
Use the following steps to make an integrated request for a quota change.
30+
31+
1. Go to the [Quota Management System](https://ms.portal.azure.com/#view/Microsoft_Azure_Capacity/QuotaMenuBlade/~/myQuotas) in the Azure portal.
32+
33+
1. Select the *Provider* drop down and select **Azure Container Apps**.
34+
35+
1. Select the *Subscription* drop down and select your Azure subscription.
36+
37+
1. Use the search box to filter for the quota item that matches your request.
38+
39+
1. Locate the quota item in the appropriate region.
40+
41+
1. Select the pencil icon (:::image type="icon" source="media/quotas/edit-icon.png" border="false":::)) to initiate a request.
42+
43+
1. In the *New Quota Request* window, enter the new limit value you're requesting in the *New limit* box.
44+
45+
1. Select **Submit**.
46+
47+
Once your request is approved, then you'll see a success message that resembles the following example.
48+
49+
:::image type="content" source="media/quotas/azure-container-apps-quota-success.png" alt-text="Screenshot of successful quota request.":::
50+
51+
## Manual request
52+
53+
Manual requests could take up to a few days to complete. Use this option for the following quotas:
54+
55+
- Managed environment consumption cores
56+
- Managed environment general purpose cores
57+
- Managed environment memory optimized cores
58+
59+
1. Open [New support request](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/NewSupportRequestV4Blade/callerName/Quota/summary/Quota%20request) form in the Azure portal.
60+
61+
1. Enter the following values into the form:
62+
63+
| Property | Value |
64+
|---|---|
65+
| Issue type | Select **Service and subscription limits (quotas)** |
66+
| Subscription | Select your subscription. |
67+
| Quota type | Select **Container Apps**. |
68+
69+
1. Select **Next**.
70+
71+
1. In the *Additional details* window, select **Enter details** to open the request details window and enter your values.
72+
73+
:::image type="content" source="media/quotas/azure-container-apps-qms-support-details.png" alt-text="Screenshot of Azure Quota Management System details window.":::
74+
75+
1. Select **Save and continue**.
76+
77+
1. Fill out the rest the relevant details in the *Additional details* window.
78+
79+
1. Select **Next**.
80+
81+
1. Select **Create**.
82+
83+
## Related content
84+
85+
- [Quotas for Azure Container Apps](./quotas.md)

0 commit comments

Comments
 (0)