Share via

Restoring Azure File Shares from GRS CRR enabled RSV

Rob McNees 401 Reputation points
2026-03-02T16:51:26.27+00:00

if my RSV vault is GRS and CRR enabled can I restore backed up Azure Files (in RSV) to the DR Region even though the Storage Account for the Azure Files is not GRS (in fact it is set to ZRS)?

IT seems it wont work. Because:

When I am in Azure RSV (GRS and CRR enabled) I go to Azure Files in "Backup Items" blade on vault. I select "Secondary Region" and see Azure Files (19) I click on "Azure Storage (File Shares), then when I select "Restore Share" from ellipses (...) I dont see any "Restore Points" available. Does that mean that the Storage Account (ZRS) itself has to be GRS? Please advise.

Azure Backup
Azure Backup

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

{count} votes

Answer accepted by question author
  1. Suchitra Suregaunkar 9,420 Reputation points Microsoft External Staff Moderator
    2026-03-02T19:15:34.7266667+00:00

    Hello @Rob McNees@Rob McNees Even though your Recovery Services Vault (RSV) is GRS and Cross‑Region Restore (CRR) is enabled, Azure Files restore points will NOT appear in the Secondary region because:

    Azure Files hosted on a ZRS storage account use operational (snapshot‑based) backup, and snapshot backups are NOT replicated to the secondary region.

    As a result:

    • Backup items are visible in Secondary Region view
    • But no restore points exist, because no backup data was replicated to the paired region

    This is exactly what the portal message indicates: “If a file share has only operational backup enabled or no backup data is replicated to the secondary region, recovery points will not be available.” and this behavior is by Design.

    1. Azure Files has two backup models:
    • Operational backup (snapshots)
      • Stored inside the source storage account
      • Not geo‑replicated
      • Cross‑region restore is NOT supported
    • Vaulted backup (Recovery Services vault data)
      • Stored in the vault
      • Replicated when vault is GRS
      • Cross‑region restore is supported

    Reference: https://docs.azure.cn/en-us/reliability/reliability-backup

    1. ZRS Azure Files → operational backup only

    Snapshot backups remain in the storage account, and vault redundancy does not change that behavior for operational backups.

    User's image

    Reference: https://learn.microsoft.com/en-us/azure/backup/backup-create-recovery-services-vault#create-a-recovery-services-vault

    1. Cross‑Region Restore requires replicated backup data and only works when backup data exists in the secondary region. If backup data was never replicated (snapshot‑only backups), restore points will not appear.

    Does the storage account itself have to be GRS?

    Yes, if you want Cross‑Region Restore for Azure Files using Azure Backup.

    • Azure Files on ZRS storage accounts → snapshot backup only → no CRR
    • Azure Files using vaulted backup on GRS/GZRS storageCRR supported

    So please have a look into below supported approach:

    Option 1 (Azure Backup–supported DR)

    • Use Azure Files vaulted backup
    • File shares must be protected with vaulted backup
    • Backup data must replicate to secondary region
    • Restore points will then appear under Secondary Region.

    Option 2 (If ZRS is mandatory)

    • Azure Backup = same‑region restore only
    • Use data replication, not Azure Backup CRR:
      • AzCopy / AzCopy sync
      • Azure File Sync
      • GZRS storage instead of ZRS

    Could you please let us know if the solution shared in the comment addressed your query. If you have any other questions or need further support, please feel free to contact us.

    Thanks,
    Suchitra.


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.