Share via

Move VM from one Vnet to another Vnet

Karuppiah, Sakthivel 0 Reputation points
2026-02-09T09:07:03.85+00:00

can we move my azure vm from one network to another network in a different resource group without changing my private IP

 

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-09T09:07:14.11+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    You can move an Azure VM from one virtual network (VNet) to another VNet in a different resource group, but you cannot retain the same private IP address. When moving a VM, the private IP address is not preserved during the relocation process. If you need to maintain the same private IP address, you would have to change your approach, as the private IP address will be assigned by the DHCP server in the new VNet.

    If you want to move the VM without changing the private IP address, you would need to redeploy the VM in the same VNet or ensure that the new VNet has the same address space and subnet configuration as the original VNet, but this may not guarantee the same IP assignment.


    References:

    0 comments No comments

Your answer

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