Skip to content

Commit 820ff9a

Browse files
authored
Update lifecycle-management-overview.md
Updates to auto uptiereing caveats and EG notification schema change.
1 parent 7068af0 commit 820ff9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ 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+
191194
| Action run condition | Condition value | Description |
192195
|--|--|--|
193196
| daysAfterModificationGreaterThan | Integer value indicating the age in days | The condition for actions on a current version of a blob |
@@ -210,6 +213,9 @@ The `LifecyclePolicyCompleted` event is generated when the actions defined by a
210213
"id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
211214
"data": {
212215
"scheduleTime": "2022/05/24 22:57:29.3260160",
216+
“policyRunSummary”: {
217+
“completionStatus”: “Completed/CompletedWithError/Incomplete”
218+
},
213219
"deleteSummary": {
214220
"totalObjectsCount": 16,
215221
"successCount": 14,

0 commit comments

Comments
 (0)