Download large file in PHP from Azure Blob Storage
I'm in the process of migrating a website offering large downloadable files (4GB and up) into Azure. I have successfully created the connection to the Azure storage account so I can retrieve the files. However the download a) takes ages…