Static web App doesn't work after subcrition re-enabled

Fran 1 Reputation point
2022-12-27T09:29:43.263+00:00

My Azure subscription got disabled. After I re-enable it, my static web app is not working. There is no error on the portal, but the website is replying the default azure 404 to all queries. I tried to redeploy with the Github action (which succeeded) but it made no changes.

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
{count} votes

3 answers

Sort by: Most helpful
  1. Bryan Trach 17,837 Reputation points Microsoft Employee Moderator
    2023-01-01T00:54:55.057+00:00

    @Fran We wanted to update you and anyone else with this issue that it was discovered that Static Web Apps are remaining in a suspended state, even after the billing issues are resolved. The product group has developed a method to unsuspend any Static Web Apps but this process must be done manually on their end.

    There are two paths to resolve this:

    1. Create a new Static Web App and redeploy your site to it.
    2. Open a support ticket. If you do not have a technical support contact, please reply to this message so we can assist you.

    The product group is also developing a fix to resolve the issue from happening to anyone else who has their subscription suspended due to billing issues. This permanent fix should go live in the coming weeks.

    We apologize for the inconvenience that this has caused and thank you for your patience.

    1 person found this answer helpful.

  2. Divakarkumar-3696 375 Reputation points
    2023-01-13T05:39:44.29+00:00

    I'm facing similar issue. Can you please guide me how to resolve this , as I don't want to create a new one and re deploy to it.

    0 comments No comments

  3. Daniel Frost 0 Reputation points
    2025-09-13T15:45:59.77+00:00

    Seing the same issues. Subscription has been reactivated, and now I cannot get my static site back up. I even cannot create a new one due to the error

    {
        "status": "Failed",
        "error": {
            "code": "BadRequest",
            "message": "Subscription b3621910-e052-406f-b8ae-8407c70bd9c6 is suspended for CreateOrUpdateStaticSite.",
            "details": [
                {
                    "message": "Subscription b3621910-e052-406f-b8ae-8407c70bd9c6 is suspended for CreateOrUpdateStaticSite."
                },
                {
                    "code": "BadRequest"
                },
                {}
            ]
        }
    }
    
    
    

    It seems there is a bit somewhere that hasn't been flipped back whenever an account reactivates.

    I am fine with recreating my static site but I cannot.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.