An Azure service that provides streamlined full-stack web app development.
Thank you for the update. This explains the sudden 404 error perfectly. The root cause is that your Azure subscription (the one hosting the Static Web App) is currently disabled and operating in read-only mode. Because of this, Azure cannot process deployments, apply configuration changes, or properly serve the custom domain binding and SSL certificate, which results in the “404 Web Site not found” page. This situation is common with Azure for Students subscriptions when the $100 credit has been exhausted, the 12-month validity period has expired, or the subscription was accidentally canceled or hit a service limit. Even though Azure Static Web Apps may use a free tier, a disabled subscription still prevents normal operation of the service.
To resolve the issue, please go to the Azure Portal > Subscriptions and verify the status of your subscription (it will likely show as “Disabled”). The recommended solution is usually to reactivate or upgrade the subscription to Pay-As-You-Go, which allows continued use beyond the student subscription limits. If needed, you can also contact Azure Support through Help + support > New support request and select the Billing/Subscription category to request reactivation assistance. After the subscription becomes active again, redeploy the application (even without code changes) and then go to Settings > Custom domains to remove and re-add the fosfoyesos.info domain if necessary so Azure can refresh the domain binding and SSL certificate. Please note that DNS propagation and certificate reissuance may take several minutes or, in some cases, a few hours.
Reference:
https://learn.microsoft.com/en-us/azure/cost-management-billing/manage/azurestudents-subscription-disabled
https://learn.microsoft.com/en-us/azure/cost-management-billing/manage/subscription-disabled
Kindly let us know if the above helps or you need further assistance on this issue.
Please "accept" if the information helped you. This will help us and others in the community as well.