Web App Deployement

Mike Morrone 20 Reputation points
2025-01-11T00:19:52.6633333+00:00

Hello,

I'm trying to deploy a web app in US East and it is not letting me deploy

I've attached both the error and my configuration

I know a solution would be to increase my quota but I'm unsure what quota I should be requested based on this

Thanks

Error

Part1

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,101 questions
0 comments No comments
{count} votes

Accepted answer
  1. Laxman Reddy Revuri 3,345 Reputation points Microsoft External Staff
    2025-01-13T07:38:56.6966667+00:00

    Hi @Mike Morrone
    Thanks for the question and using MS Q&A platform.
    The problem seems to be that you have exhausted the quota for Free tier App Service Plans that is available for the East US location. It is not a unique problem because Azure has a limitation of the available free resources to a single subscription/region.

    1.Remove any existing Free tier App Services in the East US that is no longer in use to restore the quota.
    2.Consider using a different tier (Basic B1 or higher) if this is for production use.
    3. Go for deployment to other regions, you haven’t fully exhausted your Free tier quota.
    4. File a support request with Azure Support asking for a quota increase in Free tier App Service Plans in the East US.
    Request a quota increase in the Azure portal
    https://learn.microsoft.com/en-us/azure/deployment-environments/how-to-request-quota-increase
    references:
    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits
    https://learn.microsoft.com/en-us/azure/quotas/view-quotas
    Please accept as "Yes" if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.


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.