I want to set up DR for my prod services. how can i set up.

2026-07-07T06:33:35.55+00:00

We are working with 13 app services, private DNS, private endpoints. and have a postgress flexible server as well. So now i have to configure a DR for the prod env. how can i set up. where can i start.
Additional points:-

We have all the backend services running as App services and front end on cloudflare.
We have a keyvault which stores our 5 secrets.
We have storage accounts , which stores logs.
We have an ADF, which is to transfer data from Azure to onprem oracle DB.

Azure Site Recovery
Azure Site Recovery

An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.


1 answer

Sort by: Most helpful
  1. Alex Burlachenko 24,870 Reputation points MVP Volunteer Moderator
    2026-07-07T08:23:00.0533333+00:00

    Hi Aravind S K (External - Capgemini India Pvt. Ltd) & thx for join me here at Q&A portal,

    Azure Site Recovery isn't the right DR solution for App Service or most of the services u listed. It's mainly for replicating VMs.

    I'd start by defining ur DR requirements first

    What's the target RPO and RTO? Does the DR environment need to be hot, warm, or cold? Can u fail over manually, or does it need to be automatic?

    For ur architecture, the DR plan usually looks something like this

    Deploy the App Services in a secondary Azure region using IaC (Bicep/Terraform).

    Use zone-redundant or geo-redundant storage where appropriate.

    Configure Azure Database for PostgreSQL Flexible Server with cross-region read replica or geo-backup, depending on ur recovery requirements.

    Replicate Key Vault secrets to a secondary Key Vault.

    Make sure Private DNS and Private Endpoints exist in the DR region as well.

    Redeploy ADF in the secondary region if it's business-critical, and verify all linked services can reconnect after failover.

    Update Cloudflare to route traffic to the DR endpoints during a failover.

    Microsoft's Azure Well-Architected Framework has a good overview of designing DR https://learn.microsoft.com/azure/well-architected/reliability/disaster-recovery & the reliability guidance for App Service is worth reading too https://learn.microsoft.com/azure/reliability/reliability-app-service

    The biggest part of DR isn't deploying duplicate resources. It's making sure the entire failover process is documented and tested regularly. A DR plan that hasn't been tested is really just a theory.

    rgds,

    Alex &

    pls if my answer was helpfull mark it as an answer & follow me here and at my blog https://ctrlaltdel.blog/

    Was this answer helpful?

    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.