Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Static Website not coming back up after subscription has renewed
Static webpage which no longer displays. Whenever I click on the webpage it gives an error: 404: Not Found We couldn’t find that page, please check the URL and try again.
Azure App Service
-
Abhinaba Das • 5 Reputation points • Microsoft External Staff • Moderator
2026-06-22T14:49:30.4433333+00:00 Thank you for contacting us about the Static Website not coming back up issue. We have begun looking into it and will share our suggestions with you as soon as possible. If you have any additional details or concerns in the meantime, please let us know. We appreciate your patience while we work on this.
-
Golla Venkata Pavani • 6,190 Reputation points • Microsoft External Staff • Moderator
2026-06-22T16:12:08.77+00:00 Hi @Anthony
Could you please provide app name via private chat to investigate the issue further
-
-
Praneeth Maddali • 10,795 Reputation points • Microsoft External Staff • Moderator
2026-06-23T07:55:20.8066667+00:00 Hi @Anthony
Thank you for sharing the details — I completely understand your concern. From what you’ve described, this behavior is something we’ve seen before after a subscription is reactivated, and I’d like to walk you through what’s likely happening and how we can resolve it quickly.
What’s likely happening
When an Azure subscription goes into a disabled or read‑only state and is later reactivated, services such as Static Web Apps don’t always resume normal content serving immediately.
In some cases, the resource can remain in a stuck or suspended state behind the scenes, which results in the generic“404: Not Found” response — even though the subscription itself shows as active. This is a known behavior and has been observed in similar scenarios
Recommended steps to resolve
Please try the following steps in order:
- Trigger a fresh deployment :
Make a small change in your repository (for example, add a comment inindex.html) and push the update. This will trigger a new build and deployment, which often refreshes the content delivery and resolves the issue. - Check deployment status In the Azure portal:
- Go to your Static Web App > Deployments
- Confirm the latest deployment completed successfully
- If the site still shows 404 If the deployment succeeds but the site still returns 404 after a few minutes, it may indicate the resource is still in a stale/suspended backend state. In that case, the recommended options are:
- Option A: Delete and recreate the Static Web App and re-link it to your repository
- Option B (Preferred): Raise a support request so the backend team can clear the suspension state
- Optional) Validate SPA routing If you’re using frameworks like React, Angular, or Vue, please ensure your app has proper fallback routing configured (for example, using
navigationFallbackinstaticwebapp.config.json). This is a common secondary cause of 404 for client-side routes
Reference :
https://learn.microsoft.com/en-us/azure/static-web-apps/troubleshooting
https://learn.microsoft.com/en-us/azure/static-web-apps/diagnostics-overview
https://learn.microsoft.com/en-us/azure/static-web-apps/configuration
https://learn.microsoft.com/en-us/azure/static-web-apps/configuration#fallback-routes
https://learn.microsoft.com/en-us/azure/static-web-apps/faq
Kindly let us know if the above helps or you need further assistance on this issue.
Please "upvote" if the information helped you. This will help us and others in the community as well.
- Trigger a fresh deployment :
-
Deleted
This comment has been deleted due to a violation of our Code of Conduct. The comment was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
-
Anthony • 0 Reputation points2026-06-30T13:18:06.5133333+00:00 Hi how's it going
any update on this yet please? -
Golla Venkata Pavani • 6,190 Reputation points • Microsoft External Staff • Moderator
2026-07-03T17:07:47.37+00:00 Hi @Anthony
From the deep investigation, we found that your subscription has been suspended twice.
Your site is currently stuck in the second suspension. Static Web Apps has not received the reactivation notification from Azure because the subscription may still be suspended or the re-registration step is pending.
Your content and configuration are intact, this is purely a subscription state issue.
Steps to fix
- Go to Azure Portal > your subscription > confirm the subscription status is Active and your billing is up to date
- Navigate to Resource providers, search for Microsoft.Web
- Click Re-register and wait for it to complete
- Wait a few minutes, your site should be restored automatically
Kindly let us know if the above helps or you need further assistance on this issue.
Please "upvote" if the information helped you. This will help us and others in the community as well.
Sign in to comment