Share via

Unable to create managed certificate for app service

Grant Jaquest 20 Reputation points
2026-02-18T13:03:10.26+00:00

We've had an app service that has been running for a few years with a managed certificate. These always auto renewed. However, this morning there was an issue with the certificate for a deployment slot expiring. For whatever reason, it didn't auto renew.

The Azure portal advised to delete and re-add the certificate and bindings. I successfully managed to delete the certificate. However, when I try to add a new managed certificate, the operation never completes.

I've tried deleting the custom domain and setting it back up again. All validation checks pass. However, I still get the same issue of the certificate and binding operations never completing.

I've checked all the DNS settings, everything seems correct to me. CNAME and TXT records for the subdomain are there.

Without any error message, I'm at a slight loss of what to try next. I need to resolve this asap.

Thanks.

Azure App Service
Azure App Service

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

{count} votes

Answer accepted by question author
  1. Praneeth Maddali 5,730 Reputation points Microsoft External Staff Moderator
    2026-02-18T15:21:59.7733333+00:00

    HI @Grant Jaquest

    Thanks for the details from deep investigation we found the root cause of the issue. Your domain aXX.XXXX.cX.XX is inheriting a CAA record that only authorizes Let’s Encrypt, while Azure Managed Certificates are issued by DigiCert. Because DigiCert isn’t authorized in your DNS, the certificate creation and renewal process is being blocked.

    Although i have seen that some import attempts succeeded, the full issuance and binding workflow cannot complete until DigiCert is allowed to validate the domain.

    To resolve this, please update your DNS CAA records to include:

    0 issue "digicert.com"

    Once DigiCert is authorized, Azure will be able to issue and bind the new managed certificate successfully. Let me know once the CAA record is updated, and I can help verify the status again

    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/container-apps/custom-domains-managed-certificates?pivots=azure-portal

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

     Please click "Accept the answer” and Yes, this can be beneficial to other community members.

    If you have any other questions, let me know in the "comments" and I would be happy to help you

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.