Performance of Azure SDK v12 vs Storage Data Movement Library?
问题 I know that the Storage Data Movement Library is supposed to be faster when uploading and downloading files to and from blob storage, but I am not seeing the performance benefits of it when compared to Azure SDK v12. I got an average of 37.463 seconds with Azure SDK v12 and 41.863 seconds using Storage Data Movement Library (SDML). Here is the code using SDML: namespace FunctionApp { using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.Storage; using Microsoft.Azure.Storage.Blob; using