Configuring Azure Web App Disaster Recovery

Shailesh Ganesh Shripati 185 Reputation points
2023-11-03T20:25:42.0833333+00:00

I am tasked with configuring Azure Web App Disaster Recovery for my POC backend that is connected to a database. Can someone provide me with steps and references on how to configure it in case of a planned or unplanned event?

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Dan Rios 2,040 Reputation points MVP
    2023-11-03T22:24:11.6933333+00:00

    Ideally you’ll want to deploy an identical web app and supporting architecture in another region to combat DR scenarios with something like Front Door so you can benefit from priority routing if one region goes down.

    Here’s a referenced architecture for that setup and how it’d look:

    User's image

    https://learn.microsoft.com/en-us/azure/architecture/web-apps/guides/reliable-web-app/dotnet/plan-implementation

    This is also a really great read in general, but specifically the heading around disaster recovery will go into detail for you on this subject around web apps as well:

    https://learn.microsoft.com/en-us/azure/reliability/reliability-app-service?tabs=graph%2Ccli

    Hope this helps, please mark as accepted if you feel it has.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.