Skip to content

Commit 3310141

Browse files
authored
Update migrate-from-v2-to-v3.md
1 parent d00c958 commit 3310141

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
> 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).
30+
> You can use the [Azure portal](https://portal.azure.com/) to manage v3 [Live Events](live-events-outputs-concept.md), view (not manage) v3 [Assets](assets-concept.md), get info about accessing APIs. For more details, see [FAQs](frequently-asked-questions.md#can-i-use-the-azure-portal-to-manage-v3-resources).
3131
3232
## Benefits of Media Services v3
3333

@@ -127,9 +127,13 @@ The following table shows the code differences between v2 and v3 for common scen
127127
128128
## Known issues
129129
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.
130+
* Currently, you can use the [Azure portal](https://portal.azure.com/) to:
131131
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).
132+
* manage Media Services v3 [Live Events](live-events-outputs-concept.md),
133+
* view (not manage) v3 [Assets](assets-concept.md),
134+
* [get info about accessing APIs](access-api-portal.md).
135+
136+
For all other management tasks (for example, [Transforms and Jobs](transforms-jobs-concept.md) and [Content protection](content-protection-overview.md)), 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).
133137
* 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.
134138
* Media Services entities created with the v3 API cannot be managed by the v2 API.
135139
* 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)