Azure File Backup

GerryNicol 1 Reputation point
2025-04-26T10:05:17.49+00:00

Hi there,

I have Azure Files backup running with GRS and CRR selected. The backup are running and I can run a restore to a secondary region.

I have the following questions

  1. When restoring a share, the storage account in the seconday region has only got private endpoints and no public access. A restore seems to work, but I cannot find documetation on Azure Files Backup and private endpoints with public network access disabled.
  2. When looking at the Business continuity centre, the Protection status in the secondary region is listed as 'not protected'. Why is this?
Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,496 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 50,495 Reputation points MVP Volunteer Moderator
    2025-04-26T11:41:53.0733333+00:00

    Regarding the first question, as per https://learn.microsoft.com/en-us/azure/storage/common/storage-private-endpoints#creating-a-private-endpoint

    "For read access to the secondary region with a storage account configured for geo-redundant storage, you need separate private endpoints for both the primary and secondary instances of the service. You don't need to create a private endpoint for the secondary instance for failover. The private endpoint will automatically connect to the new primary instance after failover."

    Regarding the second question, geo-redundant data Azure Files GRS (Geo-Redundant Storage) + CRR (Cross-Region Restore) works by replicating data automatically to the secondary region. But only the primary region is "protected" because that's where your backup policies, backup schedules, and recovery points are officially managed. The secondary region only holds a readable replica of the backup data, not an active protection policy.

    So when it says "Not Protected" on the secondary region, it just means here's no backup job running directly in that region.

    It's just passive replica data ready for you to restore if needed (like in a disaster). That's expected and normal behavior.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

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.