Skip to content

Commit c7d0e0c

Browse files
committed
Learn Editor: Update lifecycle-management-policy-delete.md
1 parent 415c72e commit c7d0e0c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

articles/storage/blobs/lifecycle-management-policy-delete.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ You can use lifecycle management policies to transition blobs to delete blob at
1818

1919
For general information about Azure Storage lifecycle management policies, see [Azure Blob Storage lifecycle management overview](lifecycle-management-overview.md).
2020

21+
> [!IMPORTANT]
22+
> Lifecycle management policies do not impact blobs that are in a soft-deleted state. Lifecycle management policies that delete blobs in a storage account with soft-delete enabled will put the blob in a soft-deleted state. Such blobs are retained for the duration of the soft-delete retention period. See [Soft delete for blobs](./soft-delete-blob-overview.md).
23+
24+
> [!TIP]
25+
> Use Azure Storage Actions to restore/undelete blobs from a soft-deleted state.
26+
2127
## Expire data based on age
2228

2329
Some data is expected to expire days or months after creation. You can configure a lifecycle management policy to expire data by deletion based on data age. The following example shows a policy that deletes all block blobs that haven't been modified in the last 365 days.

0 commit comments

Comments
 (0)