Azure site recovery

Muhammad Zeeshan 246 Reputation points
2022-02-03T15:31:17.633+00:00

Hi,

I have an environment with VMs, WAF, Databases and APplication gateway together with some VPNs connecting partners to my network.

I want to use Site recovery for my envvironment to implement a DR solution.

Are all the resources mentioned above replicated or is it just the VMs?

If its just the VMs then how will I use the functionality of the firewall and App gateway in the secondary region.

Also can I use the same IP addresses as the primary region?

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

Accepted answer
  1. Alan Kinane 16,951 Reputation points MVP Volunteer Moderator
    2022-02-03T16:17:23.247+00:00

    Azure Site Recovery is just used for VMs, specifically for replicating the disks to other Azure regions.

    You would have to deploy additional instances of your database (this can be geo-replicated if Azure SQL), application gateway/WAF in the secondary region and then use a global load balancer like traffic manager or Azure front door to failover the traffic from one region to another. This load balancer would be your front end where your public IP address would be assigned to.

    There are some useful reference architectures and documents about this design and how to implement. https://learn.microsoft.com/en-us/azure/architecture/example-scenario/infrastructure/multi-tier-app-disaster-recovery

    0 comments No comments

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.