A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
@Carlos Raposo
I understand you attached a new disk to your VM and initialized the disk in the VM. After stopping the VM you are unable to find the disk and see the space as not allocated. Please correct me if I am misunderstanding.
Since you are still seeing the 890GB of disk space but not seeing an attached disk, most likely you were unknowingly using the temporary storage disk. The temporary disk provides short-term storage for applications and processes, and is intended to only store data such as page or swap files. Data on the temporary disk may be lost during a maintenance event or when you redeploy a VM. Since you stopped the VM any data and formatting done to the disk was lost.
I recommend creating and attaching a data disk to the VM. Once attached make sure you are provisioning the data disk and not the temporary disk. Data disks should remain attached during stopping of the VM and data will not be lost.
Hope this helps. Let me know if you have further questions or need more assistance.
-------------------------------
Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.