Azure App Service Managed Certificate Stuck in Phantom Operation State After Certificate Resource Deleted

Jim Jackson 80 Reputation points
2026-08-11T17:19:25.45+00:00

Code: Conflict

ExtendedCode: 59210

Cannot modify this certificate because another operation is in progress.

Id: XXXXXXXXXXXXXXXXXXX

CertificateName:

transfeXXXXXXXXXXXXXXXXXXXXX

SubjectName:

tranXXXXXXXXXXXXXXXXXXXXX

CreatedTime:

8/11/2026 2:53:23 PM

ExpirationTime:

8/11/2026 4:53:23 PM

edited PII

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


Answer accepted by question author
Praneeth Maddali 12,670 Reputation points Microsoft External Staff Moderator
2026-08-11T18:03:52.95+00:00

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:

  1. 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”)?
  2. When you look at TLS/SSL settings >Managed certificates, do you still see any entry (even in Pending/Failed state) for this hostname?
  3. Have you already tried deleting the certificate via Azure Resource Explorer (resources.azure.com) in Read/Write mode, or only through the portal?
  4. 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:

https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?tabs=apex%2Crbac%2Cazure-cli

https://learn.microsoft.com/en-us/azure/app-service/app-service-managed-certificate-changes-july-2025

https://learn.microsoft.com/en-us/troubleshoot/azure/app-service/troubleshoot-azure-app-service-certificates

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.

 

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most 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.