Skip to content

Commit fe9f77b

Browse files
authored
Merge pull request #94049 from Juliako/patch-123
Update migrate-from-v2-to-v3.md
2 parents 6797390 + 5d64b6f commit fe9f77b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ If you have a video service developed today on top of the [legacy Media Services
6969
* Live Event replaces Channel.<br/>Live Events billing is based on Live Channel meters. For more information, see [billing](live-event-states-billing.md) and [pricing](https://azure.microsoft.com/pricing/details/media-services/).
7070
* Live Output replaces Program.
7171
* Live Outputs start on creation and stop when deleted. Programs worked differently in the v2 APIs, they had to be started after creation.
72-
* To get information about a job, you need to know the Transform name under which the job was created.
72+
* To get information about a job, you need to know the Transform name under which the job was created.
73+
* In v2, XML [input](../previous/media-services-input-metadata-schema.md) and [output](../previous/media-services-output-metadata-schema.md) metadata files get generated as the result of an encoding job. In v3, the metadata format changed from XML to JSON.
7374

7475
> [!NOTE]
7576
> Review the naming conventions that are applied to [Media Services v3 resources](media-services-apis-overview.md#naming-conventions). Also review [naming blobs](assets-concept.md#naming-blobs).

0 commit comments

Comments
 (0)