App Service State : QuotaExceeded What should I do?

Paweł 0 Reputation points
2023-03-22T19:28:25.34+00:00

I dUser's image

I can't run my app, because i have this information on the screen. What does it mean that the state is QuotaExceed? I don't know what can i do. :/

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,984 questions
{count} votes

2 answers

Sort by: Most helpful
  1. TP 126.3K Reputation points Volunteer Moderator
    2023-03-22T19:37:32.5633333+00:00

    Hi,

    From your description you likely have exceeded your quota of CPU minutes. Solution would be to upgrade your App Service plan to higher level using Scale up (App Service plan) blade in the Azure portal on your app. Below page shows the different plans (Basic and higher plans don't have CPU quota):

    https://azure.microsoft.com/en-us/pricing/details/app-service/windows/

    azure app service quota exceeded

    If the above was helpful please click Accept Answer.

    Thanks.

    -TP


  2. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2023-03-24T07:23:12.8366667+00:00

    @Paweł , Just checking if you had got a chance to see the previous response.

    Adding to TP, there could be multiple conditions that can cause this error to be presented:

    1.    The site has reached a billing limit and your site has been disabled.

    2.    The Website has been stopped in the portal.

    3.    The Azure Website has reached a resource quota limit that applies to either Free or Shared scale modes.

    You may review the error details from developer’s tool /or F12 . Once we observe the traces on the browser window, to fetch more details about the error.

    In case, F12 trace show - “HTTP 403 : IP forbidden“, which basically states that the client IP browsing the App is not allowed to access that App service i.e. “IP restrictions” have been explicitly configured on the App service. You can check the list of blocked IP addresses from the portal .

    There could be another possibility where the IP Restriction could have been configured using web.config.

    Please checkout the suggestions outlined by my colleagues in these blogs/articles for more info:

    Azure Web Apps: “Error 403 - This web app is stopped..”
    Azure Web Apps: “Error 403 - This web app is stopped..”

    Kindly let us know how it goes, we'll follow-up with you further.

    0 comments No comments

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.