Skip to content

Commit 31e71f6

Browse files
Removed table for maximum disks
A use pointed out in GitHub issue 49160 that having the table list out the maximum disks was redundant and confusing because ever VM type with enough CPUs can have an absolute max of 64 disks. So I removed the table and incorporated what it was trying to show into the text directly.
1 parent e8c060d commit 31e71f6

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

articles/virtual-machine-scale-sets/tutorial-use-disks-cli.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,7 @@ When a scale set is created or scaled, two disks are automatically attached to e
4646

4747

4848
## Azure data disks
49-
Additional data disks can be added if you need to install applications and store data. Data disks should be used in any situation where durable and responsive data storage is desired. Each data disk has a maximum capacity of 4 TB. The size of the VM instance determines how many data disks can be attached. For each VM vCPU, two data disks can be attached.
50-
51-
### Max data disks per VM
52-
| Type | Common sizes | Max data disks per VM |
53-
|----|----|----|
54-
| [General purpose](../virtual-machines/linux/sizes-general.md) | A, B, and D series | 64 |
55-
| [Compute optimized](../virtual-machines/linux/sizes-compute.md) | F series | 64 |
56-
| [Memory optimized](../virtual-machines/linux/sizes-memory.md) | D, E, G, and M series | 64 |
57-
| [Storage optimized](../virtual-machines/linux/sizes-storage.md) | L series | 64 |
58-
| [GPU](../virtual-machines/linux/sizes-gpu.md) | N series | 64 |
59-
| [High performance](../virtual-machines/linux/sizes-hpc.md) | A and H series | 64 |
60-
49+
Additional data disks can be added if you need to install applications and store data. Data disks should be used in any situation where durable and responsive data storage is desired. Each data disk has a maximum capacity of 4 TB. The size of the VM instance determines how many data disks can be attached. For each VM vCPU, two data disks can be attached up to an absolute maximum of 64 disks per virtual machine.
6150

6251
## VM disk types
6352
Azure provides two types of disk.

0 commit comments

Comments
 (0)