Skip to content

Commit 47186a0

Browse files
authored
Update manage-streaming-endpoints-howto.md
1 parent 66c46d7 commit 47186a0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/media-services/latest/manage-streaming-endpoints-howto.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ writer: juliako
99
manager: femila
1010
editor: ''
1111

12-
ms.assetid: 0da34a97-f36c-48d0-8ea2-ec12584a2215
1312
ms.service: media-services
1413
ms.workload: media
1514
ms.tgt_pltfrm: na
@@ -23,7 +22,9 @@ ms.author: juliako
2322
# Manage streaming endpoints with Media Services v3
2423

2524
When your Media Services account is created a **default** streaming endpoint is added to your account in the **Stopped** state. To start streaming your content and take advantage of [dynamic packaging](dynamic-packaging-overview.md) and [dynamic encryption](content-protection-overview.md), the streaming endpoint from which you want to stream content has to be in the **Running** state.
26-
25+
26+
The default streaming endpoint can be deleted or updated with Media Services v3 APIs. If your account doesn't have the **default** streaming endpoint, you can create a few one. Currently, you cannot use the Azure portal to delete or update the **default** streaming endpoint.
27+
2728
This article shows you how to start your streaming endpoint.
2829

2930
> [!NOTE]
@@ -43,6 +44,9 @@ Review:
4344
1. On the left, select **Streaming Endpoints**.
4445
1. Select the streaming endpoint you want to start, click **Start**.
4546

47+
> [!NOTE]
48+
> Currently, you cannot use the Azure portal to delete or update the **default** streaming endpoint.
49+
4650
## Use the Java SDK
4751

4852
```java

0 commit comments

Comments
 (0)