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/lifecycle-management-overview.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ The run conditions are based on age. Current versions use the last modified time
186
186
187
187
The platform runs the lifecycle policy once a day. Once you configure or edit a policy, it can take up to 24 hours for changes to go into effect. Once the policy is in effect, it could take up to 24 hours for some actions to run. Therefore, the policy actions may take up to 48 hours to complete.
188
188
189
-
If you disable a policy, then no new policy runs will be scheduled, but if a run is already in progress, that run will continue until it completes.
189
+
If you disable a policy, then no new policy runs will be scheduled, but if a run is already in progress, that run will continue until it completes and you're billed for any actions that are required to complete the run. See [Regional availability and pricing](#regional-availability-and-pricing).
190
190
191
191
### Lifecycle policy completed event
192
192
@@ -272,6 +272,7 @@ When last access time tracking is enabled, the blob property called `LastAccessT
272
272
If last access time tracking is enabled, lifecycle management uses `LastAccessTime` to determine whether the run condition **daysAfterLastAccessTimeGreaterThan** is met. Lifecycle management uses the date the lifecycle policy was enabled instead of `LastAccessTime` in the following cases:
273
273
274
274
- The value of the `LastAccessTime` property of the blob is a null value.
275
+
275
276
> [!NOTE]
276
277
> The `LastAccessTime` property of the blob is null if a blob hasn't been accessed since last access time tracking was enabled.
277
278
@@ -281,6 +282,9 @@ To minimize the effect on read access latency, only the first read of the last 2
281
282
282
283
In the following example, blobs are moved to cool storage if they haven't been accessed for 30 days. The `enableAutoTierToHotFromCool` property is a Boolean value that indicates whether a blob should automatically be tiered from cool back to hot if it's accessed again after being tiered to cool.
283
284
285
+
> [!TIP]
286
+
> 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 `enablAutoTierToHotFromCool` property, make sure to analyze the access patterns of your data so you can reduce unexpected charges.
0 commit comments