Skip to content

Commit cc8440d

Browse files
(Azure CXP) resolves MicrosoftDocs/azure-docs#45754
Based on the GitHub Issue https://github.com/MicrosoftDocs/azure-docs/issues/45754, updated this document which is related to Azure CLI. Removed "For each VM vCPU, four data disks can be attached" from the document as few VM sizes like "Standard_B1" series cannot have more than 2 data disks attached, referred this doc "https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes-general".
1 parent 127f58f commit cc8440d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/tutorial-manage-disks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When an Azure virtual machine is created, two disks are automatically attached t
4545

4646
## Azure data disks
4747

48-
To install applications and store data, additional data disks can be added. Data disks should be used in any situation where durable and responsive data storage is desired. The size of the virtual machine determines how many data disks can be attached to a VM. For each VM vCPU, four data disks can be attached.
48+
To install applications and store data, additional data disks can be added. Data disks should be used in any situation where durable and responsive data storage is desired. The size of the virtual machine determines how many data disks can be attached to a VM.
4949

5050
## VM disk types
5151

0 commit comments

Comments
 (0)