Share via

Deploy Static Web App

LPOR0040 0 Reputation points
2026-04-21T13:59:05.82+00:00

{

"code": "DeploymentFailed",

"target": "/subscriptionsXXXXXXXXXXXXX-f02a3dc1be62/resourceGroups/XXXXXXXXXX/providers/Microsoft.Resources/XXXXXXXXX/Microsoft.Web-StaticApp-XXXXXXXXXX

"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",

"details": [

{

 "target": "/subscriptionsXXXXXXXXXXXXX-f02a3dc1be62/resourceGroups/XXXXXXXXXX/providers/Microsoft.Resources/XXXXXXXXX/Microsoft.Web-StaticApp-XXXXXXXXXX

  "message": "Subscription XXXXXXXXXX is suspended for CreateOrUpdateStaticSite."

}
```  ]

}  
edited PII info 
Azure Static Web Apps
Azure Static Web Apps

An Azure service that provides streamlined full-stack web app development.


1 answer

Sort by: Most helpful
  1. Praneeth Maddali 9,515 Reputation points Microsoft External Staff Moderator
    2026-04-21T14:28:42.6266667+00:00

    Hi @LPOR0040

    Thanks for sharing the error details.

    The deployment is failing because the Azure subscription is blocked from creating or updating Azure Static Web Apps. The key message here is:

    “Subscription <id> is suspended for CreateOrUpdateStaticSite.”

    This means the request to create or update the Static Web App is being rejected at the subscription level, before the deployment logic runs. This is not related to your application code, ARM/Bicep template, CI/CD pipeline, region, or permissions.

    Microsoft has confirmed that when a subscription is temporarily suspended (for example, due to billing issues, free‑trial expiry, or spending limits) and later re‑enabled, Azure Static Web Apps can remain in a suspended backend state. In this condition, all CreateOrUpdateStaticSite operations continue to fail until the restriction is removed by Microsoft internally.

    Go to Azure Portal >Subscriptions and look for status. If it's Disabled/Suspended. and could you please the output, we will help you out acordingly.

    reference :

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/common-deployment-errors

    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.

    Was this answer helpful?

    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.