Copy File between azure blobs containers
I'm using the @azure/storage-blob package to manipulate files in Azure. In the same Azure storage account I have two storage containers i.e. source and destination. What I'm trying to do is copy a file located in the source container to…