Skip to content

Commit 1efe380

Browse files
authored
Merge pull request #9014 from MicrosoftDocs/genlin-patch-25
AB#5884 Update vhd-not-supported-vm-azure.md
2 parents 106a559 + 86d06dd commit 1efe380

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +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.
37+
- The VHD has unallocated spaces. The unallocated spaces may not contain metadata or data, but their presence can complicate the conversion to a fixed disk and cause errors.
3738
- The VHD is corrupted or not supported.
3839

3940
## Resolution
4041

4142
> [!NOTE]
42-
> To perform the following fix, the customer 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.
4344
44-
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:
4546

4647
- 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.
4748

0 commit comments

Comments
 (0)