nerdexam
Microsoft

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.

Submitted by layla.eg· Mar 4, 2026Configure and manage virtual networking

Question

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 in Asia and Europe report that the video buffer often and do not play back smoothly. You need to recommend a solution to improve video streaming to the European and Asian users. What should you recommend?

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)
  • A
    5% (2)
  • B
    17% (7)
  • C
    68% (28)
  • D
    10% (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.

AScale out the App Service plan.
BScale up the App Service plan.
CConfigure an Azure Content Delivery Network (CDN) endpoint.Correct

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.

DConfigure Azure File Sync.

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.

Full AZ-104 Practice