Clone Azure VM with applications (in another region)

frexville 51 Reputation points
2022-07-05T20:45:44.347+00:00

Hi All

I want to clone a VM with all the applications installed, in another region.

What I've done :

  1. I've shutdown the VM1
  2. create a snapshot of the Disk1 related to the VM1
  3. create a new disk2 from the snapshot
  4. create new VM2 with the new Disk2 in new region and new network
  5. I can access the VM but no applications installed.

How can I clone the current VM in Azure with all the applications installed ?

Thank you for your help.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,036 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
668 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2022-07-05T22:12:53.533+00:00

    I have made an article in my forum to explain the easiest method to clone an existing Linux VM as you can see from the following link. Hope, it helps !

    how-to-clone-a-vm-in-azure-easily-to-create-a-new-similar-vm

    1 person found this answer helpful.

  2. frexville 51 Reputation points
    2022-07-06T15:06:48.87+00:00

    I have only one VM and one Disk.
    VM1 is the original and VM2 is the new one

    218274-disk.png


  3. frexville 51 Reputation points
    2022-07-08T19:03:22.76+00:00

    I created a copy using the powershell but it has the exact same name and same region.
    Also I can't connect to using RDP

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.