azure donwload with progressbar DownloadToAsync(Stream, BlobDownloadToOptions, CancellationToken) vb.net
I am trying to download files from an azure blob storage. my final aim would be add a progress bar to keep track of the progress. I am already able to upload in this way: Dim blobClient As BlobClient =…