Disaster Recovery of Azure resources from one region to another region

Mahammad Kanekallu (Contractor) 20 Reputation points
2024-10-17T10:36:13.9633333+00:00

Hi team, I am doing disaster recovery activity for azure resources. I have few resources like cosmosdb, storage account in one resource group in East US region.it is locally redundant. Incase if due to some disaster if my resources affected or deleted in one region, Can we restore the resources from one region to another region.

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

Accepted answer
  1. SadiqhAhmed-MSFT 46,201 Reputation points Microsoft Employee
    2024-10-17T14:30:43.0533333+00:00

    @Mahammad Kanekallu (Contractor) Greetings!

    On a high level we recommend using Azure Site Recovery to plan business continuity and disaster recovery (BCDR). However, your question is specific to Cosmos DB and Storage account.

    For Cosmos DB: If your Cosmos DB account is set up for multi-region writes, you can initiate a failover to another region directly. This allows you to switch the active region to your secondary region without data loss.

    Reference links: https://video2.skills-academy.com/en-us/azure/cosmos-db/nosql/how-to-multi-master?tabs=api-async

    https://video2.skills-academy.com/en-us/azure/cosmos-db/distribute-data-globally

    https://video2.skills-academy.com/en-us/azure/cosmos-db/mongodb/vcore/cross-region-replication#disaster-recovery-using-cluster-read-replicas

    For Storage account: If your storage account is enabled with LRS, it replicates three copies of your storage account within a single datacenter. Although LRS protects your data against server rack and drive failures, it doesn't account for disasters such as fire or flooding within a datacenter. In the face of such disasters, all replicas of a storage account configured to use LRS might be lost or unrecoverable.

    Suggestions: You will need to implement your own backup strategy. You can periodically copy data to another storage account in a different region using Azure Data Factory, AzCopy, or similar tools. In the event of a disaster, you can restore from these backups to a new storage account in the target region.

    Geo-Redundant Storage (GRS):

    If your storage account is configured with Geo-Redundant Storage (GRS), Azure automatically replicates your data to a secondary region. In case of a disaster, you can initiate a failover to access the data in that secondary region.

    Note that this failover process will require some manual steps to access the data and update any applications using the storage account.

    Source link: https://video2.skills-academy.com/en-us/azure/storage/common/storage-disaster-recovery-guidance#choose-the-right-redundancy-option

    Hope this answers your question. Please write back to us if you have any further questions in this matter!


    If the response helped, do "Accept Answer" and up-vote it

    1 person found this answer helpful.

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.