|
| 1 | +--- |
| 2 | +title: Error 403 - This web app is stopped message |
| 3 | +description: This article provides guidance on addressing the "Error 403 - This web app is stopped" message. |
| 4 | +author: JarrettRenshaw |
| 5 | +manager: dcscontentpm |
| 6 | +ms.topic: troubleshooting-general |
| 7 | +ms.date: 12/17/2025 |
| 8 | +ms.author: jarrettr |
| 9 | +ms.reviewer: v-ryanberg |
| 10 | +ms.service: azure-app-service |
| 11 | +ms.custom: sap:Availability, Performance, and Application Issues |
| 12 | +--- |
| 13 | +# "Error 403 - This web app is stopped" message |
| 14 | + |
| 15 | +This article provides guidance on addressing the "Error 403 - This web app is stopped" message in Azure App Service. |
| 16 | + |
| 17 | +## Symptom |
| 18 | + |
| 19 | +When browsing to an Azure web site, you encounter the following message: "Error 403 - This web app is stopped." |
| 20 | + |
| 21 | +## Cause |
| 22 | + |
| 23 | +There are three possible conditions: |
| 24 | + |
| 25 | +- The site has reached a [billing limit](#billing-limit) and is disabled. |
| 26 | +- The website has been [stopped in the portal](#website-stopped-in-the-portal). |
| 27 | +- The website has reached a [resource quota limit](#website-has-reached-a-resource-quota-limit). |
| 28 | + |
| 29 | +## Resolution |
| 30 | + |
| 31 | +### Billing limit |
| 32 | + |
| 33 | +This can occur when your Azure subscription has a spending limit. When the limit is reached, your site is suspended. |
| 34 | + |
| 35 | +To verify this, browse to the [Azure Account Portal](https://account.windowsazure.com/Home/Index) and select **Account Center**. |
| 36 | + |
| 37 | +If this is the issue, see [What do I do if my Azure subscription becomes disabled?](https://azure.microsoft.com/documentation/articles/billing-subscription-become-disable/) for information on how to resolve subscription limits. |
| 38 | + |
| 39 | +### Website stopped in the portal |
| 40 | + |
| 41 | +In [Azure portal](https://portal.azure.com/), check the status of your site. If it reads **Stopped**, select **Start**. |
| 42 | + |
| 43 | +### Website has reached a resource quota limit |
| 44 | + |
| 45 | +In Azure portal, navigate to the **Quotas** blade and determine your quota status. |
| 46 | + |
| 47 | +There are two recovery options if you reach a usage quota: |
| 48 | + |
| 49 | +- Wait until the quota is reset. Under each quota, you see **Resets in X hours X minutes**. This is the quota measurement period. If you choose to wait, the site isn't be functional until this time expires. For example, the **Data Out** quota is applied once per day. If the quota is reached in the first hour of the measurement period (one day), your site will be offline for 23 hours until the quota is reset. |
| 50 | + |
| 51 | +- Scale up the web hosting plan. Quotas only apply to the Free and Shared web hosting plans. Upgrading your plan can solve the limit issue. For more information, see [Azure plan](https://azure.microsoft.com/pricing/offers/ms-azr-0017g/) and [Pricing calculator](https://azure.microsoft.com/pricing/calculator/). |
| 52 | + |
| 53 | + |
0 commit comments