Skip to content

Commit 88ab89a

Browse files
authored
Add preview tag for soft delete
1 parent ae1fcfb commit 88ab89a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/files/storage-files-prevent-file-share-deletion.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ services: storage
1212

1313
# Prevent accidental deletion of Azure file shares
1414

15-
Azure Storage now offers soft delete for file shares. Soft delete allows you to recover your data when it is mistakenly deleted by an application or other storage account user.
15+
Azure Storage now offers soft delete for file shares (preview). Soft delete allows you to recover your data when it is mistakenly deleted by an application or other storage account user.
1616

17-
## How soft delete works
17+
## How soft delete (preview) works
1818

1919
When enabled, soft delete enables you to save and recover your file shares when they're deleted. When data is deleted, it transitions to a soft deleted state instead of being permanently erased. You can configure the amount of time soft deleted data is recoverable before it's permanently deleted.
2020

@@ -24,7 +24,7 @@ For soft-deleted premium file shares, the file share quota (the provisioned size
2424

2525
### Availability
2626

27-
Soft delete for Azure file shares is available on all storage tiers, all storage account types, and in every region that Azure Files is available in.
27+
Soft delete for Azure file shares (preview) is available on all storage tiers, all storage account types, and in every region that Azure Files is available in.
2828

2929
## Configuration settings
3030

@@ -48,4 +48,4 @@ When you initially enable soft delete, we recommend using a small retention peri
4848

4949
## Next steps
5050

51-
To learn how to enable and use soft delete, continue to [Enable soft delete](storage-files-enable-soft-delete.md)
51+
To learn how to enable and use soft delete, continue to [Enable soft delete](storage-files-enable-soft-delete.md)

0 commit comments

Comments
 (0)