Is it possible to copy from a RA-GRS secondary using Start-AzureStorageBlobCopy?
It works using AZCopy, but when I try using the Azure cmdlet I get the following warning and nothing is copied:
WARNING: Ignore mismatch source storage context.. The source uri is https://portalvhdsblahblah-secondary.blob.core.windows.net/vhds/VM3.vhd, the end point is https://portalvhdsblahblah.blob.core.windows.net/.
Interestingly when explore object with Show-Object, there is no secondary URI listed for the container or blob. Although the Storage Account shows that a Read Access secondary is listed as available.
I've seen reference to this in a script online, but when I run the script I get the same error as above. Has the API changed? I've tried using ARM and ASM.
Again this work OK using AZCopy....