Skip to content

Commit a233315

Browse files
Merge pull request #249545 from normesta/lifecycle-management
Some tweaks based on feedback
2 parents 3837722 + 49cade0 commit a233315

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The run conditions are based on age. Current versions use the last modified time
186186

187187
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.
188188

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).
190190

191191
### Lifecycle policy completed event
192192

@@ -272,6 +272,7 @@ When last access time tracking is enabled, the blob property called `LastAccessT
272272
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:
273273

274274
- The value of the `LastAccessTime` property of the blob is a null value.
275+
275276
> [!NOTE]
276277
> The `LastAccessTime` property of the blob is null if a blob hasn't been accessed since last access time tracking was enabled.
277278
@@ -281,6 +282,9 @@ To minimize the effect on read access latency, only the first read of the last 2
281282

282283
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.
283284

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.
287+
284288
```json
285289
{
286290
"enabled": true,

0 commit comments

Comments
 (0)