An Azure service that provides a cloud content delivery network with threat protection.
Hi David,
For apex domain you need to manually revalidate each time using _dnsauth TXT token. Screenshot excerpt from documentation below:
One option would be to use Bring Your Own Certificate (BYOC) and have DigiCert/GlobalSign issued certificate in Key Vault that rotates automatically. Please reference below three articles for details on setting this up:
Integrating Key Vault with Integrated Certificate Authorities
Tutorial: Configure certificate autorotation in Key Vault
https://learn.microsoft.com/en-us/azure/key-vault/certificates/tutorial-rotate-certificates
Azure Front Door - Use your own certificate
Another potential option would be to write your own script that will generate new validation code (when expiration is approaching), create TXT record in Azure DNS, etc., but from your question it seems you prefer not to have ad-hoc automation.
Thanks.
-TP