azureazure-web-app-serviceazure-api-appsazure-app-service-plans

What happens after Azure App Service quota or limit is reached under the free tier?


I have an Azure API App hosted under free tier. I went through this article describing the limits and quotas. https://learn.microsoft.com/en-us/azure/azure-subscription-service-limits#app-service-limits I am not sure about the following scenario. What happens once the limit or quota is reached?

Will my API start returning 404 NOT FOUND or any particular message?


Solution

  • What happens once the limit or quota is reached?

    In this blog, we can know that if the Azure website has reached a resource quota limit that applies to either Free or Shared scale modes, the web app might stop working, and you would see "Error 403 - This web app is stopped" when browsing to your Azure website.