An Azure service that provides streamlined full-stack web app development.
Hi Kevin Gatimu,
Welcome to Microsoft Q&A,
Even if no deployments are actively running, a linked GitHub Actions or Azure DevOps workflow can hold an internal lock on the resource. Before deleting, try disconnecting the deployment source:
az staticwebapp disconnect \
--name <app-name> \
--resource-group <resource-group>
Wait ~5 minutes, then retry the delete. Ensure the workflow YAML file in GitHub is also deleted from the repository to cleanly remove the connection.
Please Upvote and accept the answer if it helps!!