Skip to content

Commit b7294ad

Browse files
authored
Merge pull request #190195 from b-ahibbard/anf-backupdelete-1march
modify anf delete backup
2 parents 09ccbc0 + 0242594 commit b7294ad

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/azure-netapp-files/backup-delete.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,21 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 09/27/2021
15+
ms.date: 03/01/2022
1616
ms.author: anfdocs
1717
---
1818
# Delete backups of a volume
1919

2020
You can delete individual backups that you no longer need to keep for a volume. Deleting backups will delete the associated objects in your Azure Storage account, resulting in space saving.
2121

22-
You cannot delete the latest backup.
22+
By design, Azure NetApp Files prevents you from deleting the latest backup. If the latest backup consists of multiple snapshots taken at the same time (for example, the same daily and weekly schedule configuration), they are all considered as the latest snapshot, and deleting those is prevented.
23+
24+
Deleting the latest backup is permitted only when both of the following conditions are met:
25+
26+
* The volume has been deleted.
27+
* The latest backup is the only remaining backup for the deleted volume.
28+
29+
If you need to delete backups to free up space, select an older backup from the **Backups** list to delete.
2330

2431
## Steps
2532

0 commit comments

Comments
 (0)