Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
hi & thx for sharing urs issue here at Q&A portal,
This is a configuration issue rather than Front Door actively blocking certificate renewal. If Azure App Service Managed Certificates are still bound to the custom domains, App Service will continue trying to renew them. Renewal requires App Service to validate domain ownership, but once the domain is fronted by Azure Front Door, the validation path may no longer reach the App Service directly, causing the renewal to fail. If u're now terminating TLS at Front Door and using Front Door-managed or third-party certificates, you should remove the old App Service Managed Certificates and their bindings if they're no longer needed. Having multiple certificate management mechanisms for the same hostname can lead to conflicts during renewal. The more concerning part is that failed renewal attempts are bringing the sites down. That isn't expected behavior. A failed managed certificate renewal should not make an otherwise valid certificate unusable or take the application offline.
I'd open a support case with the App Service team and provide the affected app names, custom domains, Front Door profile, and the timestamps of the renewal attempts. They can determine why the platform is attempting to rebind the expired managed certificates and why those operations are disrupting production. This likely requires backend investigation rather than a configuration change alone.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/