Storage Security (1 / 10): Your company is using Azure Storage and wants to serve data to users via a custom domain name while also ensuring encryption in transit. Which service should you utilize for this purpose?
Answer:
Azure CDN can be configured to work with a custom domain name and can serve data over HTTPS, enabling encryption in transit.
Azure Storage does not natively support HTTPS with a custom domain, hence can't ensure encryption in transit with a custom domain.
Azure Key Vault is used for managing encryption keys, not for serving content over a custom domain with encryption.
Azure Traffic Manager is for network routing optimization and does not manage encryption or domain names.