Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Jim Jackson
Thanks for sharing the details. This looks like a known platform behavior with App Service Managed Certificates where a previous create/delete operation didn’t fully clear on the backend, leaving a “phantom” lock. That’s why you’re seeing the Conflict error (ExtendedCode 59210) with the message that another operation is still in progress—even though the certificate resource itself appears deleted.
A few quick questions that will help narrow things down:
- Is the custom domain transfer.sundance-inc.net still listed under Custom domains on the App Service, and does it currently show any SSL binding (or “No binding”)?
- When you look at TLS/SSL settings >Managed certificates, do you still see any entry (even in Pending/Failed state) for this hostname?
- Have you already tried deleting the certificate via Azure Resource Explorer (resources.azure.com) in Read/Write mode, or only through the portal?
- Roughly how long ago was the certificate resource deleted, and has the same error continued since then?
In the meantime, here’s what usually clears this:
- Wait a bit longer if the operation is recent (these can take 30–60+ minutes to fully release).
- Check the Activity log for any still-running certificate operations.
- Use Azure Resource Explorer to locate and force-delete any remaining certificate object under Subscriptions> resourceGroups > providers > Microsoft.Web > certificates (also check the subscription-level certificates path).
- Once cleared, re-validate the custom domain and create a new Managed Certificate.
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.