Skip to content

Commit 7358ded

Browse files
authored
Merge pull request #48723 from taoyama/patch-7
az instead of azure
2 parents 3f95994 + 3ff5046 commit 7358ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/virtual-machines-linux-lunzero.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 10/26/2018
66
ms.author: cynthn
77
---
8-
When adding data disks to a Linux VM, you may encounter errors if a disk does not exist at LUN 0. If you are adding a disk manually using the `azure vm disk attach-new` command and you specify a LUN (`--lun`) rather than allowing the Azure platform to determine the appropriate LUN, take care that a disk already exists / will exist at LUN 0.
8+
When adding data disks to a Linux VM, you may encounter errors if a disk does not exist at LUN 0. If you are adding a disk manually using the `az vm disk attach -new` command and you specify a LUN (`--lun`) rather than allowing the Azure platform to determine the appropriate LUN, take care that a disk already exists / will exist at LUN 0.
99

1010
Consider the following example showing a snippet of the output from `lsscsi`:
1111

0 commit comments

Comments
 (0)