Skip to content

Commit d689e68

Browse files
Merge pull request #249338 from AdamZLi/docs-editor/disks-upload-vhd-to-managed-di-1692939384
Update disks-upload-vhd-to-managed-disk-cli.md
2 parents 7f3d732 + 25216c8 commit d689e68

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/virtual-machines/linux/disks-upload-vhd-to-managed-disk-cli.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ Sample returned value:
109109
}
110110
```
111111

112-
## Upload a VHD
112+
## Upload a VHD or VHDX
113113

114114
Now that you have a SAS for your empty managed disk, you can use it to set your managed disk as the destination for your upload command.
115115

116-
Use AzCopy v10 to upload your local VHD file to a managed disk by specifying the SAS URI you generated.
116+
Use AzCopy v10 to upload your local VHD or VHDX file to a managed disk by specifying the SAS URI you generated.
117117

118118
This upload has the same throughput as the equivalent [standard HDD](../disks-types.md#standard-hdds). For example, if you have a size that equates to S4, you will have a throughput of up to 60 MiB/s. But, if you have a size that equates to S70, you will have a throughput of up to 500 MiB/s.
119119

@@ -129,6 +129,14 @@ Replace `<yourdiskname>`and `<yourresourcegroupname>`, then use the following co
129129
az disk revoke-access -n <yourdiskname> -g <yourresourcegroupname>
130130
```
131131

132+
Ultra disk and Premium SSD v2 disk support both 4k sector size and 512e sector size (512-byte-emulation). When importing a VHD or VHDX file from on-premises to Azure, it is important to make sure the file format is compatible to target disk's sector size. Follow guidelines below to align the sector size of target disk with your VHD or VHDX file.
133+
134+
- Import a VHDX file with 4k logical sector size: Sector size of the target disk should be 4k
135+
136+
- Import a VHD file with 512 logical sector size: Sector size of the target disk should be 512e
137+
138+
Note that the import of VHDX file with logical sector size of 512k is not supported.
139+
132140
## Copy a managed disk
133141

134142
Direct upload also simplifies the process of copying a managed disk. You can either copy within the same region or cross-region (to another region).

0 commit comments

Comments
 (0)