Share via

Recovery-Services-vault backup not done in secondary region

kuldeep singh 20 Reputation points
2025-07-25T10:21:23.1833333+00:00

Recovery-Services-vault - backup not done in secondary region

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.


2 answers

Sort by: Most helpful
  1. Rahul Jorrigala 4,410 Reputation points Microsoft External Staff Moderator
    2025-07-30T07:12:59.8233333+00:00

    Hi kuldeep singh

    Recovery Services vault supports local redundancy, zone redundancy, and geo-redundancy for storage. Storage redundancy is a setting that must be configured before protecting any workloads. Once a workload is protected in Recovery Services vault, the setting is locked and can't be changed
    User's image

    Reference Links:

    https://learn.microsoft.com/en-us/azure/reliability/migrate-recovery-services-vault?tabs=backup

    https://learn.microsoft.com/en-us/azure/backup/backup-create-recovery-services-vault#set-storage-redundancy

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

    If the comment was helpful, please click "Upvote"

    Was this answer helpful?


  2. Alex Burlachenko 21,715 Reputation points MVP Volunteer Moderator
    2025-07-25T10:51:44.1266667+00:00

    kuldeep singh hi there,

    thanks for posting this, its a tricky one but we'll sort it out. first, check if u have geo redundant storage enabled for ur recovery services vault. if not, backups won't automatically replicate to the secondary region, look how to verify at https://docs.microsoft.com/en-us/azure/backup/backup-create-rs-vault#set-storage-redundancy.

    aha, if its already set to geo redundant but still not working, the issue might be with the backup policy itself. make sure u configured cross region restore properly https://docs.microsoft.com/en-us/azure/backup/backup-create-rs-vault#set-cross-region-restore.

    also worth looking into the replication status manually. sometimes azure needs a little push )) try this command in azure cli

    az backup vault backup-properties show --name MyVault --resource-group MyResourceGroup --query "storageTypeState"

    this might help in other tools too, not just azure.

    as well check the region pairing. not all regions play nice together ) https://docs.microsoft.com/en-us/azure/best-practices-availability-paired-regions.

    monitor replication jobs. they can fail silently like a french mime ) set up alerts to catch issues early.

    and yes, remember that initial replication takes time. if u just set this up, grab some coffee while azure does its thing ))

    let me know if u still see issues after trying these!

    Best regards,

    Alex

    and "yes" if you would follow me at Q&A - personaly thx.
    P.S. If my answer help to you, please Accept my answer
    

    https://ctrlaltdel.blog/

    Was this answer 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.