An Azure service that provides streamlined full-stack web app development.
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 :
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.