Skip to content

Commit abd0acd

Browse files
authored
Merge pull request #107033 from Juliako/patch-10
Update migrate-from-v2-to-v3.md
2 parents 18403e1 + b81b38f commit abd0acd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/media-services/latest/migrate-from-v2-to-v3.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: multiple
1414
ms.topic: article
1515
ms.tgt_pltfrm: multiple
1616
ms.workload: media
17-
ms.date: 02/28/2020
17+
ms.date: 03/09/2020
1818
ms.author: juliako
1919
---
2020

@@ -27,7 +27,7 @@ This article describes changes that were introduced in Azure Media Services v3,
2727
If you have a video service developed today on top of the [legacy Media Services v2 APIs](../previous/media-services-overview.md), you should review the following guidelines and considerations prior to migrating to the v3 APIs. There are many benefits and new features in the v3 API that improve the developer experience and capabilities of Media Services. However, as called out in the [Known Issues](#known-issues) section of this article, there are also some limitations due to changes between the API versions. This page will be maintained as the Media Services team makes continued improvements to the v3 APIs and addresses the gaps between the versions.
2828

2929
> [!NOTE]
30-
> 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).
30+
> 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).
3131
3232
## Benefits of Media Services v3
3333

@@ -127,7 +127,9 @@ The following table shows the code differences between v2 and v3 for common scen
127127
128128
## Known issues
129129
130-
* Currently, you cannot use the Azure portal to manage v3 resources. Use the [REST API](https://aka.ms/ams-v3-rest-sdk), CLI, or one of the supported SDKs.
130+
* 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.
131+
132+
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).
131133
* You need to provision Media Reserved Units (MRUs) in your account in order to control the concurrency and performance of your Jobs, particularly ones involving Video or Audio Analysis. For more information, see [Scaling Media Processing](../previous/media-services-scale-media-processing-overview.md). You can manage the MRUs using [CLI 2.0 for Media Services v3](media-reserved-units-cli-how-to.md), using the [Azure portal](../previous/media-services-portal-scale-media-processing.md), or using the [v2 APIs](../previous/media-services-dotnet-encoding-units.md). You need to provision MRUs, whether you are using Media Services v2 or v3 APIs.
132134
* Media Services entities created with the v3 API cannot be managed by the v2 API.
133135
* Not all entities in the V2 API automatically show up in the V3 API. Following are examples of entities in the two versions that are incompatible:

0 commit comments

Comments
 (0)