Book Image

Managing Microsoft Hybrid Clouds: RAW

By : Marcel van den Berg
Book Image

Managing Microsoft Hybrid Clouds: RAW

By: Marcel van den Berg

Overview of this book

Table of Contents (17 chapters)
Managing Microsoft Hybrid Clouds
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
9
Summary and a Look into the Near Future
Index

Migrating a Hyper-V virtual machine to Microsoft Azure


Hyper-V supports .vhd and .vhdx virtual disk files. As Microsoft Azure is running Hyper-V as well and also supports both virtual disk types, the migration is quite easy.

In this scenario, we assume the virtual machine can be switched off during the migration to Microsoft Azure. If you cannot afford much downtime, you can use the free Azure Migration Accelerator tool.

The steps involved in migration are:

  1. Shut down the virtual machine.

  2. Upload all of the .vhd files to Microsoft Azure using one of the methods described in the previous chapters.

  3. Create one or more disks in the Management Portal using the uploaded .vhd files.

  4. Create a new virtual machine in Microsoft Azure.

  5. Start the virtual machine.

  6. Remove the integration tool.

Moving a virtual machine from Azure to on-premises

While the cloud offers many advantages, it may be required to move virtual machines from Azure to on-premises. Currently, this is not possible using Live Migration. Microsoft...