Skip to content

Commit 0773fec

Browse files
authored
Merge pull request #107539 from Juliako/patch-7
Update scale-streaming-cdn.md
2 parents 7b53d35 + 0be741b commit 0773fec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/media-services/latest/scale-streaming-cdn.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: juliako
2020

2121
Azure Content Delivery Network (CDN) offers developers a global solution for rapidly delivering high-bandwidth content to users by caching their content at strategically placed physical nodes across the world.
2222

23-
CDN caches content streamed from a Media Services [streaming endpoint (origin)](streaming-endpoint-concept.md) per codec, per streaming protocol, per bitrate, per container format, and per encryption/DRM. For each combination of codec-streaming protocol-container format-bitrate-encryption, there will be a separate CDN cache.
23+
CDN caches content streamed from a Media Services [Streaming Endpoint (origin)](streaming-endpoint-concept.md) per codec, per streaming protocol, per bitrate, per container format, and per encryption/DRM. For each combination of codec-streaming protocol-container format-bitrate-encryption, there will be a separate CDN cache.
2424

2525
The popular content will be served directly from the CDN cache as long as the video fragment is cached. Live content is likely to be cached because you typically have many people watching the exact same thing. On-demand content can be a bit trickier because you could have some content that's popular and some that isn't. If you have millions of video assets where none of them are popular (only one or two viewers a week) but you have thousands of people watching all different videos, the CDN becomes much less effective.
2626

@@ -144,4 +144,5 @@ Check out the [Azure Media Services community](media-services-community.md) arti
144144

145145
## Next steps
146146

147-
The sample [in this repository](https://github.com/Azure-Samples/media-services-v3-dotnet-quickstarts/blob/master/AMSV3Quickstarts/EncodeAndStreamFiles/Program.cs) shows how to start the default streaming endpoint with .NET.
147+
* Make sure to reivew the [Streaming Endpoint (origin)](streaming-endpoint-concept.md) document.
148+
* The sample [in this repository](https://github.com/Azure-Samples/media-services-v3-dotnet-quickstarts/blob/master/AMSV3Quickstarts/EncodeAndStreamFiles/Program.cs) shows how to start the default streaming endpoint with .NET.

0 commit comments

Comments
 (0)