Share via

Migration of VM from my account to a clients account but require static IP to remain

Andy Low 0 Reputation points
2026-04-08T03:32:22.8633333+00:00

Hi all,

I created a VM to run a server software, connected 500+ remote devices via static IP to the VM.

Now i need to hand over by migrating the VM to the clients account.

How do i ensure the static IP get migrated also?

I can't afford for it to change as i would need to go to 500+ devices to reconfigure the IPs

So my question is can i retain the static IP if i transfer the VM to another account.

Azure Migrate
Azure Migrate

A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.


1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-08T03:32:33.26+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Static public IP addresses in Azure are scoped to a subscription/resource group and cannot be moved between different accounts (subscriptions/tenants) while keeping the same IP value. When a VM is recreated or moved into another subscription, any new public IP resource will receive a different address.

    Within a given virtual network, Azure also does not support reserving a specific private IP in the way required for cross-account moves; private IPs are allocated and managed per VNet, and moving to another account implies a different VNet. The FAQ notes that while a VM’s private IP can be changed to any available address in its VNet, that does not extend across subscriptions or tenants.

    Therefore, migrating the VM to a different customer account cannot preserve the same public IP address. To avoid reconfiguring 500+ devices, alternatives are required, such as:

    • Keeping the VM (and its IP) in the current subscription and delegating access/management instead of moving it.
    • Placing a DNS name in front of the IP and updating only DNS when infrastructure changes in the future (does not help retroactively if devices already have the raw IP hardcoded).

    But a direct transfer of the VM to another account while retaining the exact same static IP is not supported.


    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.