Skip to content

Commit c264603

Browse files
authored
Merge pull request #57196 from roygara/cutBlog
Removing blog post as it is not wholly accurate any longer.
2 parents aa3f67b + 47277cb commit c264603

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/virtual-machines/linux/about-disks-and-vhds.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Each VM contains a temporary disk. The temporary disk provides short-term storag
3131

3232
On Linux virtual machines, the disk is typically **/dev/sdb** and is formatted and mounted to **/mnt** by the Azure Linux Agent. The size of the temporary disk varies, based on the size of the virtual machine. For more information, see [Sizes for Linux virtual machines](../windows/sizes.md).
3333

34-
For more information on how Azure uses the temporary disk, see [Understanding the temporary drive on Microsoft Azure Virtual Machines](https://blogs.msdn.microsoft.com/mast/2013/12/06/understanding-the-temporary-drive-on-windows-azure-virtual-machines/)
35-
3634
## Data disk
3735

3836
A data disk is a VHD that's attached to a virtual machine to store application data, or other data you need to keep. Data disks are registered as SCSI drives and are labeled with a letter that you choose. Each data disk has a maximum capacity of 4095 GB. The size of the virtual machine determines how many data disks you can attach to it and the type of storage you can use to host the disks.
@@ -52,5 +50,4 @@ You can add data disks to a virtual machine at any time, by **attaching** the di
5250
## Next steps
5351
* [Attach a disk](add-disk.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) to add additional storage for your VM.
5452
* [Create a snapshot](snapshot-copy-managed-disk.md).
55-
* [Convert to managed disks](convert-unmanaged-to-managed-disks.md).
56-
53+
* [Convert to managed disks](convert-unmanaged-to-managed-disks.md).

0 commit comments

Comments
 (0)