AZ-104 · Question #194
You have an Azure web app named App1 that streams video content to users. App1 is located in the East US Azure region. Users in North America stream the video content without any interruption. Users…
The correct answer is C. Configure an Azure Content Delivery Network (CDN) endpoint. To improve video streaming performance for geographically distant users, an Azure Content Delivery Network (CDN) is the most effective solution as it caches content closer to the users, reducing latency and buffering.
Question
Options
- AScale out the App Service plan.
- BScale up the App Service plan.
- CConfigure an Azure Content Delivery Network (CDN) endpoint.
- DConfigure Azure File Sync.
How the community answered
(41 responses)- A5% (2)
- B17% (7)
- C68% (28)
- D10% (4)
Why each option
To improve video streaming performance for geographically distant users, an Azure Content Delivery Network (CDN) is the most effective solution as it caches content closer to the users, reducing latency and buffering.
An Azure Content Delivery Network (CDN) caches static and streaming content at edge locations worldwide, closer to end-users. This reduces latency, improves content delivery speed, and minimizes buffering for users in geographically distant regions like Asia and Europe, directly addressing the reported streaming issues.
Azure File Sync is used for centralizing file shares in Azure Files and synchronizing with on-premises servers; it is not a solution for global content delivery and improving streaming performance for end-users.
Concept tested: Content Delivery Network for global performance
Source: https://learn.microsoft.com/en-us/azure/cdn/cdn-overview
Community Discussion
No community discussion yet for this question.