Docs for updating from Microsoft.Azure.Management.Media 6.0 SDK to Azure.ResourceManager.Media?

Sturla 176 Reputation points
2023-01-21T15:39:14.1+00:00

I just noticed that the Microsoft.Azure.Management.Media package is outdated but I can´t find any information about the update (blogpost?) and how to update my code with it?

I think this is a migration guide to go from V2 to Azure.ResourceManager.Media and I think this here is related to it.

Do you have this guide and maybe some blog post for me?

User's image

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
302 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,191 Reputation points
    2023-01-30T09:18:42.53+00:00

    Sturla Thanks for reaching here! There is below recommendation on this:

    Reference: https://github.com/Azure/azure-sdk-for-net/issues/33048#issuecomment-1352490789

    "There is the general migration guide for Track 1 to Track 2.

    The AMS team is still working on migrating our code samples to the newer .NET Track 2 SDK.
    You can see all of our .NET samples up here - https://github.com/Azure-Samples/media-services-v3-dotnet/tree/track2 but not all of them are fully migrated over to track2 yet.

    If you can use the 6.0 version of the SDK, (which is still supported), you can use the samples in the main branch
    https://github.com/Azure-Samples/media-services-v3-dotnet/tree/main

    Start with the simple encoding samples - https://github.com/Azure-Samples/media-services-v3-dotnet/tree/main/VideoEncoding/Encoding_H264"

    Please let us know if further query or help required on this.

    1 person found this answer helpful.