Skip to content

Commit 14397e6

Browse files
Merge pull request #279044 from khdownie/patch-2
Update storage-snapshots-files.md
2 parents 9a7b280 + 35a4105 commit 14397e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/files/storage-snapshots-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A share snapshot is a read-only version of an Azure file share that
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 05/13/2024
7+
ms.date: 06/24/2024
88
ms.author: kendownie
99
---
1010

@@ -48,11 +48,11 @@ A share snapshot of a file share is identical to its base file share. The only d
4848
http://storagesample.core.file.windows.net/myshare?snapshot=2011-03-09T01:42:34.9360000Z
4949
```
5050

51-
Share snapshots persist until they are explicitly deleted. A share snapshot can't outlive its base file share. You can enumerate the snapshots associated with the base file share to track your current snapshots.
51+
Share snapshots persist until they are explicitly deleted, or until the file share is deleted. A share snapshot can't outlive its base file share. You can enumerate the snapshots associated with the base file share to track your current snapshots.
5252

5353
When you create a share snapshot of a file share, the files in the share's system properties are copied to the share snapshot with the same values. The base files and the file share's metadata are also copied to the share snapshot, unless you specify separate metadata for the share snapshot when you create it.
5454

55-
You can't delete a share that has share snapshots unless you first delete all the snapshots for that share.
55+
You can't delete a file share and keep the share snapshots. The delete workflow will automatically delete the snapshots when you delete the share.
5656

5757
## Space usage
5858

0 commit comments

Comments
 (0)