Dall-E 2 of 2 Capacity Unit Shadow ?

Arthur TERRYN 20 Reputation points
2025-05-07T12:51:06.7033333+00:00

Hello,

I am encountering the following error when deploying Azure OpenAI resources with AzureChat (https://github.com/microsoft/azurechat.git) and got the same problem with GUI :

InsufficientQuota: This operation require 1 new capacity in quota Capacity Unit - Dalle, which is bigger than the current available capacity 0. The current quota usage is 2 and the quota limit is 2 for quota Capacity Unit - Dalle.

However, when I check my Azure subscription, I do not see any DALL-E resources or deployments that would consume this quota. I have already reviewed my Azure OpenAI and Cognitive Services resources in the target region, but nothing appears to be using DALL-E capacity.

User's image

  • How can I identify what is consuming my DALL-E quota?
  • Is there a way to release or reset this quota if the resources are not visible?
  • What steps should I take to resolve this and proceed with my deployment?

Thank you in advance for your help!

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,261 questions
{count} votes

Accepted answer
  1. Saideep Anchuri 6,880 Reputation points Microsoft External Staff Moderator
    2025-05-08T00:56:40.92+00:00

    Hi Arthur TERRYN

    To identify what is consuming your DALL-E quota, you can check the Azure portal under the Cognitive Services Usages Reader role, which provides access to view quota usage across your Azure subscription. If you do not see any DALL-E resources or deployments, it might be possible that there are hidden deployments or resources that are not immediately visible.

    If you need to release or reset the quota, you typically have to delete any associated deployments. If you delete a resource using the Azure portal, ensure that all deployments are deleted first to free up the quota. If you delete a resource programmatically, the quota allocation will remain unavailable for 48 hours until the resource is purged. To trigger an immediate purge, follow the instructions for purging a deleted resource.

    If you are unable to identify any specific resources consuming the quota and still facing the issue, you can try the following steps:

    • Check for any recent changes or deployments that might have triggered the quota consumption.
    • Verify if there are any dependencies or linked services that could be indirectly utilizing the DALL-E capacity.
    • Ensure that there are no pending operations or failed deployments that might be holding onto the quota.

    Kindly refer below link: quotas-limits

    Manage quota limits

    Thank you.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.