Using azure cli to deploy custom images (from a vhd file), leads to images with a default host caching to "None", at least for the os disk.
We should be able, by using arguments like '--storage-caching' and '--data-disk-caching' (like with 'az vm create'), to set the default host caching for the os and data disks.