I want to archive a Azure VM. It's currently deallocated, so we're not incurring compute charges, but we're still paying for the storage, even if it's not online. We want to move the storage to BLOB storage since it's cheaper, as we don't want to lose the data, but don't want to pay a premium to have it sit idle, either.
I tried to create an image, which then deleted the VM instance, but left the disks in-tact without a reference to them.
What's the best way to archive a VM?