Skip to content

Commit 71d4da3

Browse files
authored
Merge pull request #178363 from Heidilohr/work-hci-notes
Adding notes based on feedback.
2 parents 0b8f91d + fa3ceaf commit 71d4da3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/virtual-desktop/azure-stack-hci.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ To export the VHD:
161161

162162
2. Download the VHD image. The downloading process may take several minutes, so be patient. Make sure the image has fully downloaded before going to the next section.
163163

164+
>[!NOTE]
165+
>If you're running azcopy, you may need to skip the md5check by running this command:
166+
>
167+
> ```azure
168+
> azcopy copy “$sas" "destination_path_on_cluster" --check-md5 NoCheck
169+
> ```
170+
164171
### Clean up the managed disk
165172
166173
When you're done with your VHD, you'll need to free up space by deleting the managed disk.
@@ -174,6 +181,13 @@ az disk delete --name $diskName --resource-group $diskRG --yes
174181
175182
This command may take a few minutes to finish, so be patient.
176183

184+
>[!NOTE]
185+
>Optionally, you can also convert the download VHD to a dynamic VHDx by running this command:
186+
>
187+
> ```powershell
188+
> Convert-VHD -Path " destination_path_on_cluster\file_name.vhd" -DestinationPath " destination_path_on_cluster\file_name.vhdx" -VHDType Dynamic
189+
> ```
190+
177191
## Next steps
178192
179193
If you need to refresh your memory about the basics or pricing information, go to [Azure Virtual Desktop for Azure Stack HCI](azure-stack-hci-overview.md).

0 commit comments

Comments
 (0)