I'm currently migrating from ACS to AKS.
I can snapshot the existing storage blobs and restore those to different storage blobs anywhere in Azure.
So far I can't see any efficient way how to restore a blob-snapshot to managed disks (which are mandatory storages in AKS).
What's the royal way to do so since the command
az storage blob copy start --destination-blob $destinationVHDFileName --destination-container $storageContainerName --account-name $storageAccountName --account-key $storageAccountKey --source-uri $sas
does not work for disks?