Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Tim,
Thank you for reaching us regarding the issue.
Azure App Service uses Microsoft‑managed TLS certificates issued by DigiCert. As part of industry‑wide PKI and browser trust changes, Microsoft is migrating all managed TLS certificates from the legacy DigiCert Global Root CA (G1) to DigiCert Global Root G2 and DigiCert Global Root G3. These are the only root certificates used for new and renewed Azure managed certificates. This migration began in late 2025 and is being completed by Q1 2026, ahead of April 15, 2026, when major browsers (Chrome and Mozilla) will stop trusting the G1 root.
The transition is fully automatic and managed by Microsoft. Existing App Service Managed Certificates are renewed and re‑issued under the new G2/G3 certificate chains without customer intervention. Customers cannot choose, configure, or force whether App Service uses G2 or G3, root and intermediate CA selection is handled entirely by the Azure platform as part of the managed TLS service.
Customers can verify which root is in use by inspecting the active TLS certificate chain presented by the App Service endpoint. However, there is no App Service setting or configuration option to control G2 versus G3 usage.
TLS issues observed during this transition are typically caused by client‑side certificate pinning or outdated trust stores that do not trust DigiCert Global Root G2 or G3. Certificate pinning is not recommended with Azure Managed Certificates. If explicit control over the certificate chain or root CA is required, using a customer‑managed certificate instead of an App Service Managed Certificate.
Reference:
https://learn.microsoft.com/en-us/azure/security/fundamentals/managed-tls-changes
https://learn.microsoft.com/en-us/azure/security/fundamentals/azure-certificate-authority-details?tabs=root-and-subordinate-cas-list
https://learn.microsoft.com/en-us/azure/app-service/industry-wide-certificate-changes
Kindly let us know if the above helps or you need further assistance on this issue.
Please "accept" if the information helped you. This will help us and others in the community as well.