AZ-305 · Question #238
Your company wants to deploy a new Azure web application. The web application will use Azure blob storage for storage of static content. The Web application uses a large number of JavaScript files alo
The correct answer is B. Make use of Azure Content Delivery Network. To distribute static web content to users across the world, you should use the Azure CDN service. Azure Content Delivery Network (CDN) service caches the web content on the edge servers and delivers it to point-of-presence (POP) locations. It uses the distributed network of the s
Question
Options
- AMake use of Azure Redis Cache
- BMake use of Azure Content Delivery Network
- CMake use of the Azure Load Balancer
- DMake use of the Azure Application Gateway
How the community answered
(15 responses)- B80% (12)
- C7% (1)
- D13% (2)
Explanation
To distribute static web content to users across the world, you should use the Azure CDN service. Azure Content Delivery Network (CDN) service caches the web content on the edge servers and delivers it to point-of-presence (POP) locations. It uses the distributed network of the servers. The network cuts content delivery time to the end-users by serving the cached data from the closest servers instead of the origin server. CDN delivers static web content and, leveraging the POPs, accelerates the dynamic content that cannot be cached. https://docs.microsoft.com/en-us/azure/cdn/cdn-overview
Community Discussion
No community discussion yet for this question.