An Azure service that is used to provision Windows and Linux virtual machines.
Hi,
Based on your last comment I'm afraid your data is lost.
In general (not in 100% cases, but most), when you create VM at a minimum you have to choose OS disk, and this is separate charge. Depending on your needs, you may choose to attach one or more data disks, which also are a separate charge.
Standard_E4ads_v6 includes a local 220 GiB NVMe temporary disk as part of the hourly compute charge. It is great option for certain workloads that need fast local storage, but it isn't for storing permanent data. Reason is, if/when you Deallocate your VM, all data is lost, or if VM gets moved to another physical host via redeploy or platform maintenance/health event, all data is lost.
Bottom line, for files/data that you need/expect to stick around you need to save them on the OS disk or preferably data disk(s). On top of that you should consider which redundancy option you choose for your disks as well as enable backups.
Below article shows you specifications of Eadsv6 series VMs, for reference:
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP