Skip to content

Commit 64f54e2

Browse files
Merge pull request #226858 from normesta/normesta-reg-updates-11
A fix recommended by a customer
2 parents 9f69146 + 64c608e commit 64f54e2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,13 @@ Lifecycle management supports tiering and deletion of current versions, previous
155155
| Action | Current Version | Snapshot | Previous Versions
156156
|-----------------------------|--------------------------------------------|---------------|---------------|
157157
| tierToCool | Supported for `blockBlob` | Supported | Supported |
158-
| enableAutoTierToHotFromCool | Supported for `blockBlob` | Not supported | Not supported |
158+
| enableAutoTierToHotFromCool<sup>1</sup> | Supported for `blockBlob` | Not supported | Not supported |
159159
| tierToArchive | Supported for `blockBlob` | Supported | Supported |
160-
| delete<sup>1</sup> | Supported for `blockBlob` and `appendBlob` | Supported | Supported |
160+
| delete<sup>2</sup> | Supported for `blockBlob` and `appendBlob` | Supported | Supported |
161161

162-
<sup>1</sup> When applied to an account with a hierarchical namespace enabled, a delete action removes empty directories. If the directory isn't empty, then the delete action removes objects that meet the policy conditions within the first 24-hour cycle. If that action results in an empty directory that also meets the policy conditions, then that directory will be removed within the next 24-hour cycle, and so on.
162+
<sup>1</sup> The `enableAutoTierToHotFromCool` action is available only when used with the `daysAfterLastAccessTimeGreaterThan` run condition. That condition is described in the next table.
163+
164+
<sup>2</sup> When applied to an account with a hierarchical namespace enabled, a `delete` action removes empty directories. If the directory isn't empty, then the `delete` action removes objects that meet the policy conditions within the first 24-hour cycle. If that action results in an empty directory that also meets the policy conditions, then that directory will be removed within the next 24-hour cycle, and so on.
163165

164166
> [!NOTE]
165167
> 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`.

0 commit comments

Comments
 (0)