Skip to content

Commit b4b79b2

Browse files
authored
Merge pull request #103875 from Juliako/patch-182
Update migrate-from-v2-to-v3.md
2 parents b01176e + d76fba5 commit b4b79b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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: 05/01/2019
17+
ms.date: 10/02/2019
1818
ms.author: juliako
1919
---
2020

@@ -111,7 +111,7 @@ The following table shows the code differences between v2 and v3 for common scen
111111
* 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.
112112
* 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.
113113
* Media Services entities created with the v3 API cannot be managed by the v2 API.
114-
* It is not recommended to manage entities that were created with v2 APIs via the v3 APIs. Following are examples of the differences that make the entities in two versions incompatible:
114+
* 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:
115115
* Jobs and Tasks created in v2 do not show up in v3 as they are not associated with a Transform. The recommendation is to switch to v3 Transforms and Jobs. There will be a relatively short time period of needing to monitor the inflight v2 Jobs during the switchover.
116116
* Channels and Programs created with v2 (which are mapped to Live Events and Live Outputs in v3) cannot continue being managed with v3. The recommendation is to switch to v3 Live Events and Live Outputs at a convenient Channel stop.<br/>Presently, you cannot migrate continuously running Channels.
117117

0 commit comments

Comments
 (0)