AZ-204 · Question #569
Case Study 10 - Fourth Coffee Background Fourth Coffee is a global coffeehouse chain and coffee company recognized as one of the world's most influential coffee brands. The company is renowned for…
The correct answer is A. Store all static content in Azure Blob Storage. Enable Azure Content Delivery Network for the B. Configure App Service networking to create a Content Delivery Network profile and endpoint. To optimize the performance and global delivery of a corporate website hosted on Azure, caching static content via Azure Blob Storage and CDN, and integrating App Service with CDN for dynamic content, are highly effective strategies.
Question
Options
- AStore all static content in Azure Blob Storage. Enable Azure Content Delivery Network for the
- BConfigure App Service networking to create a Content Delivery Network profile and endpoint.
- CConfigure the Azure App Service Local Cache feature and set the app setting
- DCreate a nested Azure Traffic Manager profile. Configure the parent profile to the performance
- EUpdate the Azure Traffic Manager routing method to priority.
How the community answered
(25 responses)- A76% (19)
- C8% (2)
- D4% (1)
- E12% (3)
Why each option
To optimize the performance and global delivery of a corporate website hosted on Azure, caching static content via Azure Blob Storage and CDN, and integrating App Service with CDN for dynamic content, are highly effective strategies.
Storing static content in Azure Blob Storage and enabling Azure Content Delivery Network (CDN) is a standard and highly effective pattern to improve website performance by caching content closer to users globally, reducing latency and offloading the origin server.
Integrating an Azure App Service with a Content Delivery Network (CDN) allows dynamic or static content served by the App Service to be cached at edge locations, significantly improving global content delivery and user experience.
Azure App Service Local Cache optimizes the application's file access performance on the server side, but it does not serve content from edge locations or improve client-side delivery for global users.
Azure Traffic Manager primarily provides DNS-based routing for distributing client traffic to different service endpoints based on various methods (e.g., performance, priority), but it does not inherently cache content at edge locations like a CDN.
Updating Azure Traffic Manager to priority routing is a high-availability strategy that directs all traffic to a primary endpoint until it becomes unavailable, which does not optimize global content delivery or performance for active users in different regions.
Concept tested: Azure CDN, Blob Storage, App Service, Traffic Manager, App Service Local Cache
Source: https://learn.microsoft.com/en-us/azure/cdn/cdn-overview
Topics
Community Discussion
No community discussion yet for this question.