~$ az group create --resource-group MeineRG2 --location northeurope
 
~$ az image copy \
    --source-resource-group MeineRG \
    --source-object-name MeinImage \
    --target-location northeurope \
    --target-resource-group MeineRG2
Getting os disk id of the source vm/image
Creating source snapshot
Getting sas url for the source snapshot with timeout: 3600 seconds
Creating resource group: image-copy-rg
Target location count: 1
northeurope - Creating target storage account (can be slow sometimes)
northeurope - Creating container in the target storage account
northeurope - Copying blob to target storage account
northeurope - Copy progress: 0%
northeurope - Copy progress: 1%
northeurope - Copy progress: 2%
northeurope - Copy progress: 3%
northeurope - Copy progress: 4%
northeurope - Copy progress: 5%
northeurope - Copy progress: 6%
northeurope - Copy progress: 7%
northeurope - Copy progress: 100%
northeurope - Copy time: 0:03:50.677845
northeurope - Creating snapshot in target region from the copied blob
northeurope - Creating final image
 
~$ az resource list --resource-group MeineRG2 --query '[].name' --output tsv
MeinImage-northeurope
