You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/versioning-overview.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,11 @@ The following diagram shows how write operations affect blob versions. When a bl
60
60
61
61
### Versioning on delete operations
62
62
63
-
When you delete a blob, Azure Storage creates a version to save the state of the blob immediately prior to deletion. All existing previous versions of the blob are preserved when the blob is deleted.
63
+
When you delete a blob, the current version of the blob becomes a previous version, and the base blob is deleted. All existing previous versions of the blob are preserved when the blob is deleted.
64
64
65
-
You can also delete a specific version of the blob by specifying its version ID. However, you cannot delete the current version of the blob using its version ID.
65
+
Calling the [Delete Blob](/rest/api/storageservices/delete-blob) operation without a version ID deletes the base blob. To delete a specific version, provide the ID for that version on the delete operation.
66
66
67
-
The following diagram shows the effect of a delete operation on a versioned blob. The current version blob is deleted, but the prior versions persist.
67
+
The following diagram shows the effect of a delete operation on a versioned blob:
68
68
69
69
:::image type="content" source="media/versioning-overview/delete-versioned-base-blob.png" alt-text="Diagram showing deletion of versioned blob":::
70
70
@@ -89,7 +89,7 @@ The following operations do not trigger the creation of a new version. To captur
All versions of a blob must be of the same blob type. When blob versioning is enabled, you cannot overwrite a blob of one type with another type unless you first delete the blob and all its versions.
92
+
All versions of a blob must be of the same blob type. If a blob has previous versions, you cannot overwrite a blob of one type with another type unless you first delete the blob and all its versions.
93
93
94
94
### Access tiers
95
95
@@ -247,6 +247,9 @@ To check the status of your registration with PowerShell, call the [Get-AzProvid
0 commit comments