Which Disaster Recovery Test option allows VM failover while retaining the same IP address in the DR region?

Rob McNees 341 Reputation points
2025-07-14T16:54:46.9533333+00:00

I believe the 2 DR Test options are: Test Failover vs a Full Failover. We have done various "Test Failover" drills, but I want to actually bring up the same VM IPs from the Primary Region to the DR Region. This would involve:

  1. Shutting down the Primary region application (Note: I'm doing this test on a QA environment and not the Production Environment )
  2. "Swing" the vNet (Network CIDR) that contains the VMs, from Primary Region to the DR Region. (set peering, route tables, etc to accomplish this)
  3. Perform testing in DR Region
  4. I do NOT want to failback (or "reverse replicate") data during testing back to the Primary Region. All Testing data is throw away. After Testing I want to switch vNet (Network CIDR) back to Primary Region as if nothing happened on the Primary.

Should I do "Test Failover" or "Full Failover" process (to accomplish the 4 points above)? I want the test to be as close as reality as possible without replicating data back to the primary region that was created during the testing itself. Please provide reasons why one over the other (pros/cons) may help me understand. Thank you!

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
0 comments No comments
{count} votes

Accepted answer
  1. Naveena Patlolla 4,805 Reputation points Microsoft External Staff Moderator
    2025-07-14T23:03:49.17+00:00

    Hi Rob McNees

    The best way to do a complete testing is full shutdown I.e. failover 

    1.Please create a different Vnet CIDR from the source, because if you use the same CIDR range there

    will be issues in peering, same 2 address ranges cannot peer.

    2.The Application which u hosted on the VM it is better join to the domain, and in application use

    internal DNS Name instead of using hard coded IP.

    3.Once you failover the IP address will change but still your VM name remains the same. 

    Since you configured with DNS name so they will be no issue. 

    4.As per best practices source and DR Region CIDR should be different. 

    But if you want test with same IP address you can test by using test failover option. 

    Please let me know if you face any challenge here, I can help you to resolve this issue further

    Provide your valuable Comments.

    Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.


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.