If you delete a VM in the Azure Portal only the compute object is deleted.
This means the os disk with file system and all folders and files is still available (and you are charged for it).
It's easy to verify:
- Create a VM
- Delete the VM
- Click on "All resources" in the Azure Portal and search for the computer name.
- There should be a disk object with the name
<computername>_osdisk_xxxxxxxxxxxxxx
You have to delete the orphaned disk manually in the Azure Portal.
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten