Hello Riju Kumar
Thanks for sharing the details and the screenshot
Azure File Shares are NOT independent resources for backup. They are always backed up via their parent Storage Account.
So even though the File share appears directly in the Azure Portal (as in your screenshot), Azure Backup does not register file shares individually. Instead, the Recovery Services Vault discovers and registers the storage account that hosts those file shares.
The File shares blade you’re viewing is an Azure Resource Graph (ARG)–based aggregated view. It lists file shares across subscriptions without showing or selecting the underlying storage account directly.
However, Azure Backup only works at the storage account level which is why you must first identify the storage account hosting the file share.
Follow these exact steps to identify the Storage Account for the File Share:
- In the Azure portal, click on the File Share name (for example:
cmrpsaas)
- On the File Share Overview page, look for:
- Storage account name (shown at the top as a breadcrumb or property)
- Click the Storage account link → This is the resource that must be discovered by the Recovery Services Vault
Take backup once the Storage Account is identified:
- Go to Recovery Services Vault
- Select Backup
- Choose:
- Datasource type: Azure Files (Azure Storage)
- Select Configure backup
- Click Select Storage Account
- Choose the storage account that hosts the file share
- Select the file share(s) and apply the backup policy
All file shares in a single storage account must be protected by the same Recovery Services Vault. A storage account cannot be registered with multiple vaults.
If the Storage Account does NOT appear in the vault might be due to the below following supported reasons:
- The storage account is already registered with another Recovery Services Vault
- The vault and storage account are not in the same region
- The storage account type is unsupported
- Storage account firewall blocks trusted Azure services
- Another file share in the same account is already protected elsewhere
References:
Back up Azure Files in the Azure portal: https://learn.microsoft.com/azure/backup/backup-azure-files and https://learn.microsoft.com/azure/backup/backup-azure-files-faq [learn.microsoft.com
Azure File Shares are backed up via their parent Storage Account, not as standalone resources. The File shares blade shows an aggregated ARG view, which is why the storage account isn’t visible there. To enable backup, first identify the storage account hosting the file share and then configure Azure Files backup from the Recovery Services Vault by selecting that storage account.
Kindly let us know if the solution provided worked for you.
If you need any further assistance, please feel free to reach out.
Thanks,
Suchitra.