Skip to content

Commit 8aab2b6

Browse files
authored
Update vhd-not-supported-vm-azure.md
1 parent bba77d7 commit 8aab2b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/azure/virtual-machines/windows/vhd-not-supported-vm-azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ ErrorMessage: The specified cookie value in VHD footer indicates that disk 'disk
3333

3434
This problem occurs for one of the following reasons:
3535

36-
- The VHD does not comply with the 1 MB alignment (offset). The supported disk size should be 1 MB * N. For example, the disk should be 102,401 MB.
36+
- The VHD does not comply with the 1-MB alignment (offset). The supported disk size should be 1 MB * N. For example, the disk should be 102,401 MB.
3737
- The disk has unallocated spaces. The unallocated spaces are valid in a dynamic disk and may not contain metadata or data, but their presence can complicate the conversion to a fixed disk and cause errors.
3838
- The VHD is corrupted or not supported.
3939

4040
## Resolution
4141

4242
> [!NOTE]
43-
> To perform the following fix, you will need to perform these steps prior to uploading the VHD into Azure.
43+
> To perform the following fix, perform these steps prior to uploading the VHD into Azure.
4444
45-
To resolve this problem, resize the disk to comply with 1 MB alignment:
45+
To resolve this problem, resize the disk to comply with 1-MB alignment:
4646

4747
- To resolve the problem in Windows, use the [Resize-VHD PowerShell cmdlet](/powershell/module/hyper-v/resize-vhd). Note that **Resize-VHD** is not an Azure PowerShell cmdlet.
4848

0 commit comments

Comments
 (0)