Skip to content

Commit 5fdfeea

Browse files
committed
Learn Editor: Update snapshots-overview.md
1 parent e68719b commit 5fdfeea

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/storage/blobs/snapshots-overview.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ A snapshot is a read-only version of a blob that's taken at a point in time.
2020
## About blob snapshots
2121

2222
> [!IMPORTANT]
23-
> Snapshots in accounts that have the hierarchical namespace feature enabled is currently in PREVIEW.
24-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
25-
>
26-
>
27-
> To enroll in the preview, see [this form](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR9iuLyDgXDNIkMaAAVSMpJxUOTRZODFORzBQSkhIMEQ0UlhZUFZWNFdKRS4u).
23+
> The Snapshots Preview for accounts that have the hierarchical namespace feature enabled is no longer accepting new customers. We encourage you to consider alternative mechanisms. (Examples: [Soft delete for blobs](/azure/storage/blobs/soft-delete-blob-overview), [AzCopy](/azure/storage/common/storage-use-azcopy-v10?tabs=dnf), [Vaulted Backup [Preview]](/azure/backup/azure-data-lake-storage-backup-overview))
2824
2925
A snapshot of a blob is identical to its base blob, except that the blob URI has a **DateTime** value appended to the blob URI to indicate the time at which the snapshot was taken. For example, if a page blob URI is `http://storagesample.core.blob.windows.net/mydrives/myvhd`, the snapshot URI is similar to `http://storagesample.core.blob.windows.net/mydrives/myvhd?snapshot=2011-03-09T01:42:34.9360000Z`.
3026

0 commit comments

Comments
 (0)