Skip to content

Commit 16e9cfa

Browse files
authored
Merge pull request #6426 from msakande/quota-article-freshness-and-uuf
update steps & screenshots for freshness
2 parents c73743b + 82d72ed commit 16e9cfa

File tree

4 files changed

+33
-29
lines changed

4 files changed

+33
-29
lines changed

articles/ai-foundry/how-to/quota.md

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ms.custom:
88
- build-2024
99
- ignite-2024
1010
ms.topic: how-to
11-
ms.date: 05/06/2025
11+
ms.date: 08/08/2025
1212
ms.reviewer: siarora
1313
ms.author: mopeakande
14-
manager: nitinme
1514
author: msakande
15+
manager: nitinme
1616
zone_pivot_groups: project-type
1717
# Customer intent: As an Azure AI Foundry user, I want to know how to manage and increase quotas for resources with Azure AI Foundry.
1818
---
@@ -21,7 +21,7 @@ zone_pivot_groups: project-type
2121

2222
::: zone pivot="hub-project"
2323

24-
Quota provides the flexibility to actively manage the allocation of rate limits across the deployments within your subscription. This article walks through the process of managing quota for your Azure AI Foundry virtual machines and Azure OpenAI in Foundry models.
24+
Quota provides the flexibility to actively manage the allocation of rate limits across the deployments within your subscription. This article walks through the process of managing quota for your Azure AI Foundry virtual machines and Azure AI Foundry Models.
2525

2626
Azure uses limits and quotas to prevent budget overruns due to fraud, and to honor Azure capacity constraints. It's also a good way to control costs for admins. Consider these limits as you scale for production workloads.
2727

@@ -36,7 +36,7 @@ In this article, you learn about:
3636

3737
::: zone pivot="fdp-project"
3838

39-
Quota provides the flexibility to actively manage the allocation of rate limits across the deployments within your subscription. This article walks through the process of managing quota for your Azure OpenAI in Foundry models.
39+
Quota provides the flexibility to actively manage the allocation of rate limits across the deployments within your subscription. This article walks through the process of managing quota for your Azure AI Foundry Models.
4040

4141
Azure uses limits and quotas to prevent budget overruns due to fraud, and to honor Azure capacity constraints. It's also a good way to control costs for admins. Consider these limits as you scale for production workloads.
4242

@@ -79,29 +79,31 @@ To raise the limits for compute, you can [request a quota increase](#view-and-
7979

8080
Available resources include:
8181
- Dedicated cores per region have a default limit of 24 to 300, depending on your subscription offer type. You can increase the number of dedicated cores per subscription for each VM family. Specialized VM families like NCv2, NCv3, or ND series start with a default of zero cores. GPUs also default to zero cores.
82-
- Total compute limit per region has a default limit of 500 per region within a given subscription. The limit can be increased up to a maximum value of 2500 per region. This limit is shared between compute instances, and managed online endpoint deployments. A compute instance is considered a single-node cluster for quota purposes. In order to increase the total compute limit, [open an online customer support request](https://portal.azure.com/#view/Microsoft_Azure_Support/NewSupportRequestV3Blade/callerWorkflowId/5088c408-f627-4398-9aa3-c41cdd93a6eb/callerName/Microsoft_Azure_Support%2FHelpAndSupportOverview.ReactView).
82+
- Total compute limit per region has a default limit of 500 per region within a given subscription. The limit can be increased up to a maximum value of 2500 per region. This limit is shared between compute instances, and managed online endpoint deployments. A compute instance is considered a single-node cluster for quota purposes. In order to increase the total compute limit, [open an online customer support request](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/NewSupportRequestV4Blade).
8383

8484
When opening the support request to increase the total compute limit, provide the following information:
8585
1. Select **Technical** for the issue type.
8686
1. Select the subscription that you want to increase the quota for.
8787
1. Select **Machine Learning** as the service type.
8888
1. Select the resource that you want to increase the quota for.
8989
1. In the **Summary** field, enter "Increase total compute limits"
90-
1. Select **Compute instance** the problem type and **Quota** as the problem subtype.
90+
1. Select **Compute instance** as the problem type and **Quota** as the problem subtype.
9191

9292
:::image type="content" source="../media/cost-management/quota-azure-portal-support.png" alt-text="Screenshot of the page to submit compute quota requests in Azure portal." lightbox="../media/cost-management/quota-azure-portal-support.png":::
9393

94-
1. Select **Next**.
95-
1. On the **Additional details** page, provide the subscription ID, region, new limit (between 500 and 2500), and business justification to increase the total compute limits for the region.
96-
1. Select **Create** to submit the support request ticket.
94+
1. Select **Next** to see the **Recommended solution** page.
95+
1. After viewing the recommended solution, select **Return to support request**.
96+
1. Select **Next** to go to the **Additional details** page and provide the required information to help the support team resolve your issue.
97+
1. Select **Next** to review the support request ticket.
98+
1. Select **Create** to submit the ticket.
9799

98100
::: zone-end
99101

100102
## Azure AI Foundry shared quota
101103

102-
Azure AI Foundry provides a pool of shared quota that is available for different users across various regions to use concurrently. Depending upon availability, users can temporarily access quota from the shared pool, and use the quota to perform testing for a limited amount of time. The specific time duration depends on the use case. By temporarily using quota from the quota pool, you no longer need to file a support ticket for a short-term quota increase or wait for your quota request to be approved before you can proceed with your workload.
104+
Azure AI Foundry provides a pool of shared quota that is available for different users across various regions to use concurrently. Depending upon availability, users can temporarily access quota from the shared pool and use the quota to perform testing for a limited amount of time. The specific time duration depends on the use case. By temporarily using quota from the quota pool, you no longer need to file a support ticket for a short-term quota increase or wait for your quota request to be approved before you can proceed with your workload.
103105

104-
Use of the shared quota pool is available for testing inferencing for Llama-2, Phi, Nemotron, Mistral, Dolly, and Deci-DeciLM models from the Model Catalog. You should use the shared quota only for creating temporary test endpoints, not production endpoints. For endpoints in production, you should [request dedicated quota](#view-and-request-quotas-in-azure-ai-foundry-portal). Billing for shared quota is usage-based.
106+
Use of the shared quota pool is available for testing inferencing for Foundry Models from the model catalog. You should use the shared quota only for creating temporary test endpoints, not production endpoints. For endpoints in production, you should [request dedicated quota](#view-and-request-quotas-in-azure-ai-foundry-portal). Billing for shared quota is usage-based.
105107

106108
::: zone pivot="hub-project"
107109

@@ -136,24 +138,25 @@ Use quotas to manage model quota allocation between multiple [!INCLUDE [fdp](../
136138

137139
:::image type="content" source="../media/management-center/management-center.png" alt-text="Screenshot of the management center link.":::
138140

139-
1. Select **Quota** from the left menu.
141+
1. Select **Quota** from the left menu to open the quota view, where you can see the quota for the models in specific Azure regions.
140142

141-
:::image type="content" source="../media/cost-management/quotas.png" alt-text="Screenshot of the Model and VM quota entries in the management section." lightbox="../media/cost-management/quotas.png":::
143+
:::image type="content" source="../media/cost-management/quotas.png" alt-text="Screenshot of the quota entry in the management center section." lightbox="../media/cost-management/quotas.png":::
142144

143-
1. From the quota view, you can see the quota for the models in the selected Azure region. To request quota, select the model and then select **Request quota**.
144-
145-
:::image type="content" source="../media/cost-management/model-quota.png" alt-text="Screenshot of the Model quota page in Azure AI Foundry portal." lightbox="../media/cost-management/model-quota.png":::
145+
1. To request quota from the quota view, expand any of the groupings listed in the deployment column until you see the model deployments and their associated information.
146146

147+
:::image type="content" source="../media/cost-management/model-quota.png" alt-text="Screenshot of the Model quota page in Azure AI Foundry portal, with one of the groupings expanded." lightbox="../media/cost-management/model-quota.png":::
148+
147149
- Use the **Show all quota** toggle to display all quota or only the currently allocated quota.
148-
- Use the **Group by** dropdown to group the list by **Quota type, Region & Model**, **Quota type, Model & Region**, or **None**. The **None** grouping displays a list of model deployments.
149-
- Expand the groupings to view information on specific model deployments. While viewing a model deployment, select the **pencil icon** in the **Quota allocation** column to edit the quota allocation for the model deployment.
150+
- Use the **Group by** dropdown to group the list by **Quota type, Region & Model**, or **Quota type, Model & Region**, or **None**. The **None** option displays a flat list of model deployments, rather than a nested list.
151+
- On the line entry for a given model deployment, select the **pencil icon** in the **Quota allocation** column to edit the quota allocation for the model deployment.
152+
- Select **Request quota** in the **Request quota** column to request increases in quota for the standard deployment type.
150153
- Use the **charts** along the side of the page to view more details about quota usage. The charts are interactive; hovering over a section of the chart displays more information, and selecting the chart filters the list of models. Selecting the chart legend filters the data displayed in the chart.
151-
- Use the **Azure OpenAI Provisioned** link to view information about provisioned models, including a **Capacity calculator**.
154+
- Use the **Provisioned Throughput** link to view information about provisioned models, including a **Capacity calculator** that you can use to estimate the number of PTUs needed for your workload.
152155

153-
1. When you select the **VM quota** link, you can view the quota and usage for the virtual machine families in the selected Azure region. To request quota, select the VM family and then select **Request quota**.
156+
1. When you select the **VM Quota** link, you can view the quota and usage for the virtual machine families in the selected Azure region. To request quota, select the VM family and then select **Request quota**.
154157

155158
> [!TIP]
156-
> If you don't see the **VM quota** link, you were viewing a [!INCLUDE [fdp](../includes/fdp-project-name.md)] project when you selected **Management center**. Use the **All resources** link and then select a project where the **Type** contains **Parent resource : name (Hub)**, and then select **Quota** from the left menu.
159+
> If you don't see the **VM quota** link, you were viewing a [!INCLUDE [fdp](../includes/fdp-project-name.md)] project when you selected **Management center**. Use the **All resources** link and then select a project where the **Type** contains **Parent resource : name (Hub)**, and then select **Management center** then **Quota** from the left menu.
157160
158161
:::image type="content" source="../media/cost-management/vm-quota.png" alt-text="Screenshot of the VM quota page in Azure AI Foundry portal." lightbox="../media/cost-management/vm-quota.png":::
159162

@@ -165,19 +168,20 @@ Use quotas to manage model quota allocation between multiple [!INCLUDE [fdp](../
165168

166169
:::image type="content" source="../media/management-center/management-center.png" alt-text="Screenshot of the management center link.":::
167170

168-
1. Select **Quota** from the left menu.
169-
170-
:::image type="content" source="../media/cost-management/quotas.png" alt-text="Screenshot of the Model and VM quota entries in the management section." lightbox="../media/cost-management/quotas.png":::
171+
1. Select **Quota** from the left menu to open the quota view, where you can see the quota for the models in specific Azure regions.
171172

172-
1. From the quota view, you can see the quota for the models in the selected Azure region. To request quota, select the model and then select **Request quota**.
173+
:::image type="content" source="../media/cost-management/quotas.png" alt-text="Screenshot of the quota entry in the management center section." lightbox="../media/cost-management/quotas.png":::
173174

174-
:::image type="content" source="../media/cost-management/project-model-quota.png" alt-text="Screenshot of the Model quota page for a Foundry project in Azure AI Foundry portal." lightbox="../media/cost-management/project-model-quota.png":::
175+
1. To request quota from the quota view, expand any of the groupings listed in the deployment column until you see the model deployments and their associated information.
176+
177+
:::image type="content" source="../media/cost-management/project-model-quota.png" alt-text="Screenshot of the Model quota page for a Foundry project in Azure AI Foundry portal, with one of the groupings expanded." lightbox="../media/cost-management/project-model-quota.png":::
175178

176179
- Use the **Show all quota** toggle to display all quota or only the currently allocated quota.
177-
- Use the **Group by** dropdown to group the list by **Quota type, Region & Model**, **Quota type, Model & Region**, or **None**. The **None** grouping displays a list of model deployments.
178-
- Expand the groupings to view information on specific model deployments. While viewing a model deployment, select the **pencil icon** in the **Quota allocation** column to edit the quota allocation for the model deployment.
180+
- Use the **Group by** dropdown to group the list by **Quota type, Region & Model**, or **Quota type, Model & Region**, or **None**. The **None** option displays a flat list of model deployments, rather than a nested list.
181+
- On the line entry for a given model deployment, select the **pencil icon** in the **Quota allocation** column to edit the quota allocation for the model deployment.
182+
- Select **Request quota** in the **Request quota** column to request increases in quota for the standard deployment type.
179183
- Use the **charts** along the side of the page to view more details about quota usage. The charts are interactive; hovering over a section of the chart displays more information, and selecting the chart filters the list of models. Selecting the chart legend filters the data displayed in the chart.
180-
- Use the **Azure OpenAI Provisioned** link to view information about provisioned models, including a **Capacity calculator**.
184+
- Use the **Provisioned Throughput** link to view information about provisioned models, including a **Capacity calculator** that you can use to estimate the number of PTUs needed for your workload.
181185

182186
::: zone-end
183187

153 KB
Loading
129 KB
Loading
-1.1 KB
Loading

0 commit comments

Comments
 (0)