Azure Static Web Apps — two custom domains stuck in "Deleting" state for 12+ hours, blocking parent resource and RG deletion (East US 2, Slice 7)

Felipe Reyes 20 Reputation points
2026-08-12T15:06:49.6866667+00:00

Summary

Two custom domains on my Azure Static Web App have been stuck in "Deleting" state for over 12 hours. The parent Static Web App and Resource Group cannot be deleted either, as they are blocked by the stuck child resources.

Environment

  • Region: East US 2
  • SKU: Free
  • Slice: 7 (hostname pattern: *.7.azurestaticapps.net)
  • Domains affected: apex domain and www subdomain

Timeline

  1. Created a new Static Web App and deployed successfully
  2. Attempted to add custom domains (www via CNAME, apex via dns-txt-token)
  3. Both domains failed during validation with: "An unknown error has occurred while adding your custom domain. Please try again later."
  4. Domains entered "Failed" status
  5. Attempted deletion — both transitioned to "Deleting" and have been stuck there for 12+ hours

Troubleshooting completed

  • Portal DELETE button: Error notification, no state change
  • az staticwebapp hostname delete: Returns OK, domain remains in Deleting
  • Direct ARM REST DELETE (api-version 2025-05-01): Returns 202 Accepted, async operation stuck in "InProgress"
  • Remove ALL DNS records (CNAME, A, TXT) from DNS provider: Done, propagation confirmed via public DNS
  • Wait 12+ hours: No state change
  • Delete parent Static Web App: Blocked by stuck children
  • Delete Resource Group (az group delete): Also stuck in Deleting
  • Check resource locks: None found
  • Check Service Health: No active incidents published

Async operation status (stuck)

{
  "status": "InProgress",
  "startTime": "2026-08-12T14:07:42.0021500Z",
  "endTime": null
}

Additional observations

I attempted creating new Static Web Apps in different regions (West US 2, Central US, East Asia) with both Free and Standard SKUs. All of them were assigned to slice 7, suggesting this may be a widespread issue affecting slice 7 specifically.

Context

  • The www domain was previously bound to a different Static Web App in another tenant/subscription. That binding was properly removed before attempting to add it to the new resource.
  • This matches the pattern of the July 2026 incident (question 5940933) which was resolved only after a backend mitigation applied by the SWA Product Group.
  • I also see other reports from today (August 12) with the same symptoms on slice 7.

Request

Could the Static Web Apps Product Group please:

  1. Inspect the custom-domain state in the backend for my resource
  2. Force-complete/purge the stuck customDomains child resources
  3. Release the stale hostname claims from slice 7

I can provide subscription ID, resource details, and correlation IDs via private message if needed.

Thank you.

Azure Static Web Apps
Azure Static Web Apps

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


Answer accepted by question author
Aditya N 3,890 Reputation points Microsoft External Staff Moderator
2026-08-12T16:16:03.0566667+00:00

Hello @Felipe Reyes

Please retry the operation and let us know whether everything is working as expected.

If you’re still experiencing any issues, just reply with an update and any relevant details. We’ll be happy to continue assisting you and investigate further if needed.

We look forward to hearing back from you.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. TP 163.1K Reputation points Volunteer Moderator
    2026-08-13T16:53:39.6433333+00:00

    Hi Felipe,

    Can you retry deleting your custom domain now? I just retried mine and it successfully deleted after about 2-3 minutes. Previously it had been stuck for many hours.

    Also, I was able top successfully add custom domain. It took a little longer to complete, but it finished and I'm now able to view my static site using custom domain.

    Below is latest update from the Service issue DZXC-65Z:

    Service: Static Web Apps

    Region: Global

    Event tags: --

    Impact Statement: Starting at 14:30 UTC on 11 August 2026, you have been identified as an affected customer using Azure Static Web Apps in multiple regions who may experience failures or delays when deleting custom domains for resources hosted in the region. At this time, the impact is limited to a subset of customers.

    Current Status: Our teams have completed mitigation actions and are currently monitoring recovery progress. The issue was attributed to a backlog in the job queue responsible for custom domain deletion operations, which caused deployment requests to time out. Mitigation efforts included reducing the batch size of operations and stopping specific operations to accelerate queue recovery. Current telemetry indicates that the queue backlog is decreasing rapidly and is expected to reach a healthy state shortly.

    Initial assessments indicate that custom domain creation and update workflows remain healthy, with the impact limited to delayed or failed custom domain deletion requests while the backlog was present.

    We are validating recovery by monitoring system performance and confirming successful retries from affected customers.

    The next update will be provided in 02 hours, or as events warrant.

    Thanks.

    -TP

    Was this answer helpful?


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.