Skip to content

Commit fcbc0ab

Browse files
Update lifecycle-management-overview.md
The rule action for Moving to Archive tier gets listed based on the redundancy configured for the account. Proposing this for clarity in the documentation as well
1 parent da7c356 commit fcbc0ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/storage/blobs/lifecycle-management-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Lifecycle management supports tiering and deletion of current versions, previous
156156
|-----------------------------------------|--------------------------------------------|---------------|-------------------|
157157
| tierToCool | Supported for `blockBlob` | Supported | Supported |
158158
| enableAutoTierToHotFromCool<sup>1</sup> | Supported for `blockBlob` | Not supported | Not supported |
159-
| tierToArchive | Supported for `blockBlob` | Supported | Supported |
159+
| tierToArchive<sup>4</sup> | Supported for `blockBlob` | Supported | Supported |
160160
| delete<sup>2,3</sup> | Supported for `blockBlob` and `appendBlob` | Supported | Supported |
161161

162162
<sup>1</sup> The `enableAutoTierToHotFromCool` action is available only when used with the `daysAfterLastAccessTimeGreaterThan` run condition. That condition is described in the next table.
@@ -165,6 +165,8 @@ Lifecycle management supports tiering and deletion of current versions, previous
165165

166166
<sup>3</sup> A lifecycle management policy will not delete the current version of a blob until any previous versions or snapshots associated with that blob have been deleted. If blobs in your storage account have previous versions or snapshots, then you must include previous versions and snapshots when you specify a delete action as part of the policy.
167167

168+
<sup>4</sup> Only storage accounts that are configured for LRS, GRS, or RA-GRS support moving blobs to the archive tier. The archive tier isn't supported for ZRS, GZRS, or RA-GZRS accounts. This action gets listed based on the redundancy configured for the account.
169+
168170
> [!NOTE]
169171
> If you define more than one action on the same blob, lifecycle management applies the least expensive action to the blob. For example, action `delete` is cheaper than action `tierToArchive`. Action `tierToArchive` is cheaper than action `tierToCool`.
170172

0 commit comments

Comments
 (0)