Skip to content

Commit 2ecd150

Browse files
authored
Update dynamic-packaging-overview.md
1 parent e9adbab commit 2ecd150

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/media-services/latest/dynamic-packaging-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: media
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: overview
16-
ms.date: 01/23/2020
16+
ms.date: 03/09/2020
1717
ms.author: juliako
1818
#Customer intent: As a developer or content provider, I want to encode and stream on-demand or live content so my customers can view the content on a wide variety of clients (these clients understand different formats).
1919
---
@@ -24,6 +24,9 @@ Microsoft Azure Media Services can be used to encode many media source file form
2424

2525
In Media Services, a [Streaming Endpoint](streaming-endpoint-concept.md) 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. It uses one of the common streaming media protocols mentioned in the following section. Dynamic Packaging is a feature that comes standard on all Streaming Endpoints (Standard or Premium).
2626

27+
> [!NOTE]
28+
> You can use the [Azure portal](https://portal.azure.com/) to manage v3 [Live Events](live-events-outputs-concept.md), view v3 [Assets](assets-concept.md), get info about accessing APIs. For all other management tasks (for example, Transforms and Jobs), use the [REST API](https://aka.ms/ams-v3-rest-ref), [CLI](https://aka.ms/ams-v3-cli-ref), or one of the supported [SDKs](media-services-apis-overview.md#sdks).
29+
2730
## <a id="delivery-protocols"/>To prepare your source files for delivery
2831

2932
To take advantage of Dynamic Packaging, you need to [encode](encoding-concept.md) your mezzanine (source) file into a set of multiple bitrate MP4 (ISO Base Media 14496-12) files. You need to have an [Asset](assets-concept.md) with the encoded MP4 and streaming configuration files needed by Media Services Dynamic Packaging. From this set of MP4 files, you can use Dynamic Packaging to deliver video via the streaming media protocols described below.
@@ -299,7 +302,4 @@ You can open a support ticket by navigating to [New support request](https://por
299302

300303
## Next steps
301304

302-
> [!NOTE]
303-
> Currently, you cannot use the Azure portal to manage v3 resources. Use the [REST API](https://aka.ms/ams-v3-rest-ref), [CLI](https://aka.ms/ams-v3-cli-ref), or one of the supported [SDKs](media-services-apis-overview.md#sdks).
304-
305-
Learn how to [upload, encode, and stream videos](stream-files-tutorial-with-api.md).
305+
[Upload, encode, and stream videos](stream-files-tutorial-with-api.md)

0 commit comments

Comments
 (0)