Skip to content

Commit c4148a2

Browse files
Merge pull request #10385 from ryanberg-aquent/CI-8687
AB#8687: AI optimization: "Error 403 - This web app is stopped"
2 parents f9fdc22 + c6acfa0 commit c4148a2

3 files changed

Lines changed: 56 additions & 5 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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+

support/azure/app-service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ items:
1717
href: ./capture-memory-dumps-app-service.md
1818
- name: Availability, performance, and application FAQs
1919
href: web-apps-performance-faqs.md
20+
- name: Error 403 - This web app is stopped message
21+
href: error-403-web-app-stopped-message.md
2022
- name: Worker Process requested recycle due to Percent Memory limit message
2123
href: worker-process-percent-memory-limit-message.md
2224
- name: Troubleshoot instance-related issues

support/azure/app-service/worker-process-percent-memory-limit-message.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@ Consider switching to 64-bit processes so you can take advantage of the addition
2828

2929
Also note that a 64-bit environment requires a Basic or Standard service plan. Free and Shared plans always run in a 32-bit environment.
3030

31-
For more information, see [Configure web apps in App Service](/azure/app-service/configure-common).
32-
33-
[!INCLUDE [azure-help-support](~/includes/azure-help-support.md)]
34-
35-
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]
31+
For more information, see [Configure web apps in App Service](/azure/app-service/configure-common).

0 commit comments

Comments
 (0)