Architecting Microsoft Azure Solutions (legacy) — Question 3

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.

Answer options

Correct answer: C, D

Explanation

The correct answers, C and D, are essential for optimizing static content delivery. A CNAME DNS record for the CDN domain (D) ensures that requests are routed effectively, while having a custom domain alias (C) improves user experience. Options A and B do not directly address minimizing latency for static content delivery in this scenario.