0
votes

I've seen several articles and post on this subject, but most of it seems maybe outdated or maybe I have the wrong version.

This article seemed to be what I needed, but CopyBlobHelpers.CopyBlobAsync does NOT seem to be supported.
https://docs.microsoft.com/en-us/azure/media-services/media-services-copying-existing-blob

I think what I need is simple: Take a file/blob from an Azure Storage account and "copy" to Media Services as an Asset so that it could then be encoded.

thanks, v.

1

1 Answers

0
votes

I just updated the sample on github https://github.com/Azure-Samples/media-services-dotnet-copy-blob-into-asset

and the article will also be updated tomorrow.

Let me know if you have issues with the code.

thank you, Julia