When adding a custom domain to an Azure CDN endpoint, what is the primary method Azure uses to verify domain ownership?
Think about how DNS records can prove control over a domain.
Azure validates custom domains by requiring a CNAME DNS record that points the custom domain to the CDN endpoint hostname. This proves control over the domain.
You need to serve content via Azure CDN for three different custom domains: example.com, images.example.com, and videos.example.com. What is the best practice for configuring these domains in Azure CDN?
Consider how Azure CDN endpoints support multiple custom domains.
Azure CDN endpoints can have multiple custom domains added after validation. This allows serving multiple domains from a single endpoint efficiently.
You have configured multiple custom domains on a single Azure CDN endpoint. What is the recommended approach to enable HTTPS for all these domains with minimal management overhead?
Think about automation and ease of maintenance for SSL certificates.
Azure CDN offers managed certificates that automatically handle provisioning and renewal of SSL certificates for custom domains, reducing operational overhead.
Which tradeoff is true when deciding between Azure CDN Standard and Premium tiers for supporting custom domains with HTTPS?
Consider feature differences and pricing between tiers.
Azure CDN Premium offers advanced features like managed HTTPS for custom domains and a powerful rules engine but at a higher price compared to Standard.
After adding a custom domain with a CNAME record to an Azure CDN endpoint, what is the typical maximum time you should wait before the custom domain becomes active and accessible via HTTPS?
Think about real-world DNS propagation and automated certificate issuance.
DNS changes can take time to propagate globally, and Azure's managed certificate issuance also requires some time, so up to 48 hours is typical.