Downloading From Blob Storage. Last time we talked about creating Azure blobs. In the following example, we use the createReadStream method so we can easily pipe the stream to the server response object.
Azure Blob storage is Microsoft's object storage solution for the cloud. Copy blobs from source container to destination container by azure function. You can transfer blobs between storage accounts using a combination of the download and upload techniques.Here an example, to copy a single file GlobalDevopsBootcamp.jpg to an Azure Blob Storage. We pass the full local path to the file into --source, the destination is the full URI, and finally the destination blob storage key. Of course, you could also use SAS token if you prefer.