I would like to export an azure vm disk directly to an azure blob storage? I have checked on the internet but i couldn't find a way.
I can download the disk to my local PC and then upload to blob storage. But it takes long time and manual work. So i am checking a more direct way. Maybe with Azure Storage Explorer? The disk and blob storage are in the same region.
Because there is a SAS download link of vm disk, i can paraphrase my question as:
Is there a way to transfer a file directly to blob storage by using a url?
Do you have any suggestions?