A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
@samara abbasi Welcome to Microsoft Q&A Forum, Thank you for posting your query here! Adding more info to the above answer. As I understand you are getting this error in Azure Disk am I correct, If not correct me and also share the screenshot of the error message? If your 2TB Azure disk is reported by Disk Management as 400MB, it is possible that the disk is not initialized or partitioned correctly. To solve this issue, you can try the following steps
- Open the Azure portal and navigate to the virtual machine that the disk is attached to.
- Stop the virtual machine to ensure that there are no active I/O operations on the disk.
- Navigate to the "Disks" section of the virtual machine and locate the 2TB disk.
- Click on the disk and select "Disk Management" from the menu.
- In the Disk Management console, locate the 2TB disk. It should be labeled as "Unknown" or "Not Initialized".
- Right-click on the disk and select "Initialize Disk".
- In the Initialize Disk dialog box, select the disk and choose the partition style (either MBR or GPT).
- Click "OK" to initialize the disk.
- Right-click on the unallocated space on the disk and select "New Simple Volume".
- Follow the prompts in the New Simple Volume Wizard to create a new partition on the disk.
- Assign a drive letter to the new partition. After completing these steps, the disk should be recognized as a 2TB disk and you should be able to use it normally. Start the virtual machine to ensure that the changes take effect. If you still encounter issues, I would recommend you to contact Azure support, so If you have a support plan, I request you file a support ticket, else please do let us know, I will help you with the different option. Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.