Share via

Operation cannot be completed without additional quota for newly created azure account

Dattatray Kale 0 Reputation points
2026-04-04T13:20:16.7533333+00:00

Hello folks,

I have created new azure account and for free app service plan. it is giving me an error

Operation cannot be completed without additional quota.

Additional details - Location:

Current Limit (Basic VMs): 0

Current Usage: 0

Amount required for this deployment (Basic VMs): 1

(Minimum) New Limit that you should request to enable this deployment: 1.

Note that if you experience multiple scaling operations failing (in addition to this one) and need to accommodate the aggregate quota requirements of these operations, you will need to request a higher quota limit than the one currently displayed.

Any idea? Is this something to do with MFA that I haven't configured it yet, Please help.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


1 answer

Sort by: Most helpful
  1. Shree Hima Bindu Maganti 7,420 Reputation points Microsoft External Staff Moderator
    2026-04-05T18:21:24.65+00:00

    Hi @Dattatray Kale
    This error is not related to MFA configuration. It occurs because your newly created Azure subscription has zero vCPU (compute) quota allocated for the selected region, and even App Service deployments depend on underlying compute capacity checks. As shown in the error, the current limit for Basic VM cores is 0, while at least 1 core is required to complete the deployment. This is a common behavior for new or free-tier subscriptions where default quotas are restricted. To resolve this, you need to request a quota increase by navigating to Azure Portal > Subscriptions > Usage + quotas, selecting the appropriate region, and submitting a request to increase Total Regional vCPUs or Basic VM cores to at least 1. Once the quota request is approved, the deployment will succeed.User's image

    https://learn.microsoft.com/en-us/azure/quotas/regional-quota-requests
    Let me know if you have any further assistance needed.

    Was this answer helpful?

    0 comments No comments

Your answer

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