Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prepare-for-upload-vhd-image.md #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -618,10 +618,6 @@ Resize-VHD -Path C:\test\MyNewVM.vhd -SizeBytes 105906176
In this example, replace the value for **Path** with the path to the virtual hard disk that you want
to resize. Replace the value for **SizeBytes** with the new size in bytes for the disk.

### Convert from VMware VMDK disk format

If you have a Windows VM image in the [VMDK file format](https://en.wikipedia.org/wiki/VMDK), then you can use [Azure Migrate](/azure/migrate/server-migrate-overview) to convert the VMDK and upload it to Azure.

## Complete the recommended configurations

The following settings don't affect VHD uploading. However, we strongly recommend that you
Expand Down