How can I copy an Azure Storage Blob from a Private Storage Account to a Public Storage Account?
I have two Azure storage accounts - staging-account.blob.core.windows.net and production-public-account.blob.core.windows.net. I would like to copy a blob mycontainer/mydir/myblob.bin from staging-account to production-public-account. I am running this on a host that is serving as an Azure DevOps build agent - it…