I'm using Azure PHP SDK for Azure Media services and having problem with uploading large files (< 64 mb). So i tried using Blob service to upload as a chunk and commit it as a single file. It also works fine, and now media services won't directly take blob
as a input. So i need to convert it into an Asset.
I'm following the link https://msdn.microsoft.com/en-us/library/azure/jj933290.aspx which
has example using .NET, is there a PHP sdk library support available for copying blob to asset. If yes please let me know the class and its methods or link.
Please advice
Mohanraj