Restore Azure VM from backup with a different name, but is part of the Azure VM Active Directory

Seth Dunn 20 Reputation points
2025-04-14T17:16:18.02+00:00

Hello,
With our Azure environment, we have multiple VMs running and an Active Directory domain running on a VM that is a DC.

So with one of our VMs (a web server, say name is WebServer). I would like to take a backup of this VM.
Restore this backup to a new VM with a different computer name (i.e. WebServerTest), but then how do I bring this VM up without causing issues for Active Directory? Or is that possible?
Because it seems if I restore this backup, then the VM has to be on the same network as it was originally as well as in the same region (i.e. East US, I can't move it to East US 2)

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,439 questions
{count} votes

Accepted answer
  1. Marcin Policht 44,595 Reputation points MVP
    2025-04-14T17:27:04.2833333+00:00

    Restoring an existing Windows Server instance to another VM will create a duplicate of the original Windows Server (regardless how you name the Azure VM) - so this is not something you can perform in an Active Directory environment. This is not different from you restoring a backup of a Hyper-V (or ESXi) VM in your own data center.

    The restore is meant to be used to recover the VM from a failure or data loss - but it's not something you could do in order to (effectively) clone a VM to create another server


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


0 additional answers

Sort by: Most helpful

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.