I have several Azure accounts. I want to copy a big blog (250GB vhd) from one account to another account, without downloading and then uploading to/from a local machine.
I tried using the Microsoft utility AZCOPY to do this (keys replaced by x's):
azcopy https://accountfrom.blob.core.windows.net/neo4j/neo4j-250gb.db.vhd https://accountto.blob.core.windows.net/neo4j/neo4j-250gb.db.vhd /DestKey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx /SourceKey:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
But this gives me the error message: Error parsing destination location The remote server returned an error: (403) Forbidden.
I tested the keys and accounts by opening the accounts in CloudBerry. I got the urls from CloudBerry as well, so I think I got those right as well.
What could be the cause of the 403?