Skip to content

Commit 2bdd6f8

Browse files
authored
Update lifecycle-management-overview.md
moved auto uptiering content to appropriate section
1 parent 820ff9a commit 2bdd6f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ Lifecycle management supports tiering and deletion of current versions, previous
188188
189189
The run conditions are based on age. Current versions use the last modified time or last access time, previous versions use the version creation time, and blob snapshots use the snapshot creation time to track age.
190190

191-
Automatic uptiering of objects on access is limited to once in 30 days. This safeguard is in place to avoid multiple early deletion penalities from the Cool tier. If the object tiers back to Cool due to the policy, any transactions on the blob is charged at the Cool tier prices. It is more cost-efficient to keep the blob in Hot tier if it needs to be auto-uptiered more than once.
192-
Enabling a rule with "enableAutoTierToHotFromCool" only applies to objects that are tiered down with this rule. Blobs already in Cool tier will not be eligible for "enableAutoTierToHotFromCool" property to be enabled, and hence will not automatically tier to Hot on access.
193-
194191
| Action run condition | Condition value | Description |
195192
|--|--|--|
196193
| daysAfterModificationGreaterThan | Integer value indicating the age in days | The condition for actions on a current version of a blob |
@@ -306,6 +303,9 @@ In the following example, blobs are moved to cool storage if they haven't been a
306303
> [!TIP]
307304
> If a blob is moved to the cool tier, and then is automatically moved back before 30 days has elapsed, an early deletion fee is charged. Before you set the `enableAutoTierToHotFromCool` property, make sure to analyze the access patterns of your data so you can reduce unexpected charges.
308305
306+
Automatic uptiering of objects on access is limited to once in 30 days. This safeguard is in place to avoid multiple early deletion penalities from the Cool tier. If the object tiers back to Cool due to the policy, any transactions on the blob is charged at the Cool tier prices. It is cost-efficient to keep the blob in Hot tier if it needs to be auto-uptiered more than once in a 30-day period.
307+
Enabling a rule with "enableAutoTierToHotFromCool" only applies to objects that are tiered down with this rule. Blobs already in Cool tier will not be eligible for "enableAutoTierToHotFromCool" property to be enabled, and hence will not automatically tier to Hot on access.
308+
309309
```json
310310
{
311311
"enabled": true,

0 commit comments

Comments
 (0)