You are designing an Azure Web App that includes many static content files.
The application is accessed from locations all over the world by using a custom domain name.
You need to recommend an approach for providing access to the static content with the least amount of latency.
Which two actions should you recommend? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A . Configure a custom domain name that is an alias for the Azure Storage domain.
B . Configure a CNAME DNS record for the Azure Content Delivery Network (CDN) domain.
C . Place the static content in Azure Table storage.
D . Place the static content in Azure Blob storage and enable Content Delivery Network (CDN) on the account.
Answer: BD
Explanation:
D: Add Azure Content Delivery Network (CDN) to a web app in Azure App Service.
B: When you use a CDN endpoint to deliver content, a custom domain is necessary if you would like your own domain name to be visible in your CDN URL.
Having a visible domain name can be convenient for your customers and useful for branding purposes. Create a CNAME DNS record, and associate the custom domain with your CDN endpoint.
Reference:
https://docs.microsoft.com/en-us/azure/cdn/cdn-map-content-to-custom-domain
https://docs.microsoft.com/en-us/azure/cdn/cdn-add-to-web-app
Leave a Reply