Skip to content

Commit c540d83

Browse files
authored
Update backup-azure-delete-vault.md
I'm afraid this page is a bit confusing to follow. To understand nuances of deleting a policy, I had to read it few times and still couldn't get it; I had to find my answer from [another page](https://learn.microsoft.com/en-us/powershell/module/az.recoveryservices/remove-azrecoveryservicesbackupprotectionpolicy) But I found that page due to some 3rd party websites. I would suggest adding the following note so readers can easily understand requirements for deleting a policy (you can move the note to lower sections if you deem appropriate) "> [!NOTE] > Before deleting a Backup protection policy from a vault, you must ensure that > - the policy doesn't not have any associated Backup items > - each associated item is associated with some other policy"
1 parent d4ea449 commit c540d83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/backup/backup-azure-delete-vault.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ If you try to delete the vault without removing the dependencies, you'll encount
2727

2828
- Recovery Services vault cannot be deleted as there are backup items in soft deleted state in the vault. The soft deleted items are permanently deleted after 14 days of delete operation. Please try vault deletion after the backup items are permanently deleted and there is no item in soft deleted state left in the vault. For more information, see [Soft delete for Azure Backup](./backup-azure-security-feature-cloud.md).
2929

30+
31+
32+
> [!NOTE]
33+
> Before deleting a Backup protection policy from a vault, you must ensure that
34+
> - the policy doesn't not have any associated Backup items
35+
> - each associated item is associated with some other policy
36+
37+
3038
## Delete a Recovery Services vault
3139

3240
> [!VIDEO https://www.youtube.com/embed/xg_TnyhK34o]

0 commit comments

Comments
 (0)