Downloading contents of a Azure blob as a text string taking too long time
问题 I am developing an application that Upload a .CSV file on Azure blob storage from my local machine using simple HTTP web page (REST methods) Once, the .CSV file is uploaded, I fetch the stream in order to update my database The .CSV file is around 30 MB, it takes 2 minutes to upload to blob, but takes 30 minutes to read the stream . can you please provide inputs to improve the speed? Here is the code snippet being used to read stream from the file: https://azure.microsoft.com/en-in