Service Azure qui fournit un développement d’applications web de pile complète rationalisée.
Confirming the mitigation worked — everything is now resolved. For the record, here is what I observed when retrying today (10 July, ~10:25 UTC):
- DELETE now works: I re-issued the delete on both stuck bindings (
az staticwebapp hostname delete). Unlike before the mitigation (where deletes silently failed after ~10 minutes and the resources stayed inDeleting), the purge was effective immediately — bothcustomDomainsresources disappeared fromaz staticwebapp hostname listright away. - Re-adding succeeded: I then re-created both bindings with CNAME validation (
az staticwebapp hostname set --validation-method cname-delegation). Both wentRetrievingValidationToken→Validating→Readyin about 2 minutes. - End-to-end verified: both domains serve HTTPS with the free managed certificate (issued with no noticeable delay), our Entra ID sign-in works on the custom URLs, and a subsequent ARM/Bicep deployment declaring the same
Microsoft.Web/staticSites/customDomainsresources completed successfully (idempotent PUT on the validated domains).
So the initial failure does appear to have been a transient platform issue rather than a configuration problem (the CNAMEs had been created and propagated before the first add attempt), and the stuck Deleting state machine was indeed unwedged by your mitigation.
Thanks a lot for the quick turnaround — from my side this case can be closed.