Skip to content

Commit c83ff24

Browse files
authored
Update streaming-endpoint-concept.md
1 parent 5e324fc commit c83ff24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/media-services/latest/streaming-endpoint-concept.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: juliako
1818

1919
# Streaming Endpoints (Origin) in Azure Media Services
2020

21-
In Microsoft Azure Media Services, a [Streaming Endpoint](https://docs.microsoft.com/rest/api/media/streamingendpoints) represents a dynamic (just-in-time) packaging and origin service that can deliver your live and on-demand content directly to a client player app using one of the common streaming media protocols (HLS or DASH). In addition, the **Streaming Endpoint** provides dynamic (just-in-time) encryption to industry-leading DRMs. Make sure to preview the [Dynamic packaging](dynamic-packaging-overview.md) topic.
21+
In Microsoft Azure Media Services, a [Streaming Endpoint](https://docs.microsoft.com/rest/api/media/streamingendpoints) represents a dynamic (just-in-time) packaging and origin service that can deliver your live and on-demand content directly to a client player app using one of the common streaming media protocols (HLS or DASH). In addition, the **Streaming Endpoint** provides dynamic (just-in-time) encryption to industry-leading DRMs.
2222

2323
When you create a Media Services account, a **default** Streaming Endpoint is created for you in a stopped state. You can't delete the **default** Streaming Endpoint. More Streaming Endpoints can be created under the account (see [Quotas and limitations](limits-quotas-constraints.md)).
2424

@@ -27,6 +27,8 @@ When you create a Media Services account, a **default** Streaming Endpoint is cr
2727
>
2828
> You're only billed when your Streaming Endpoint is in the running state.
2929
30+
Make sure to also preview the [Dynamic packaging](dynamic-packaging-overview.md) topic.
31+
3032
## Naming convention
3133

3234
The host name format of the streaming URL is: `{servicename}-{accountname}-{regionname}.streaming.media.azure.net`, where

0 commit comments

Comments
 (0)