Skip to content

Commit 138a035

Browse files
Update restore-single-file-backup.md
1 parent 794f86e commit 138a035

1 file changed

Lines changed: 2 additions & 23 deletions

File tree

articles/azure-netapp-files/restore-single-file-backup.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.workload: storage
88
ms.topic: how-to
9-
ms.date: 11/17/2025
9+
ms.date: 04/15/2026
1010
ms.author: anfdocs
1111
---
1212
# Restore individual files with single-file restore from backups in Azure NetApp Files
@@ -24,27 +24,6 @@ You can rely on your Azure NetApp Files backup to restore individual files that
2424
* The target volume for the restore operation must have enough logical free space available to accommodate all the files being restored.
2525
* The restore operation doesn't work if a directory or a soft link path is entered in the file list field.
2626

27-
## Register the feature
28-
29-
You must register for the feature before you can use it.
30-
31-
1. Register the feature:
32-
33-
```azurepowershell-interactive
34-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFSingleFileBackupRestore
35-
```
36-
37-
2. Check the status of the feature registration:
38-
39-
> [!NOTE]
40-
> The **RegistrationState** can remain in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
41-
42-
```azurepowershell-interactive
43-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFSingleFileBackupRestore
44-
```
45-
46-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
47-
4827
## Steps
4928

5029
1. Under the **Backups** menu, select the backup you want to use to restore files.
@@ -83,4 +62,4 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
8362
* [Delete backups of a volume](backup-delete.md)
8463
* [Volume backup metrics](azure-netapp-files-metrics.md#volume-backup-metrics)
8564
* [Azure NetApp Files backup FAQs](faq-backup.md)
86-
* [Single-file snapshot restore](snapshots-restore-file-single.md)
65+
* [Single-file snapshot restore](snapshots-restore-file-single.md)

0 commit comments

Comments
 (0)