Skip to content

Commit 9868288

Browse files
committed
Some tweaks
1 parent 1da59fe commit 9868288

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
@@ -177,7 +177,7 @@ The run conditions are based on age. Current versions use the last modified time
177177
| daysAfterLastAccessTimeGreaterThan<sup>1</sup> | Integer value indicating the age in days | The condition for a current version of a blob when access tracking is enabled |
178178
| daysAfterLastTierChangeGreaterThan | Integer value indicating the age in days after last blob tier change time | This condition applies only to `tierToArchive` actions and can be used only with the `daysAfterModificationGreaterThan` condition. |
179179

180-
<sup>1</sup> If [last access time tracking](#move-data-based-on-last-accessed-time) is not enabled, **daysAfterLastAccessTimeGreaterThan** uses the date the lifecycle policy was enabled instead of the `LastAccessTime` property of the blob. The date that the policy was enabled is also used in cases where the value of the `LastAccessTime` property is a null value. See [Move data based on last accessed time](#move-data-based-on-last-accessed-time).
180+
<sup>1</sup> If [last access time tracking](#move-data-based-on-last-accessed-time) is not enabled, **daysAfterLastAccessTimeGreaterThan** uses the date the lifecycle policy was enabled instead of the `LastAccessTime` property of the blob. This date is also used when the `LastAccessTime` property is a null value. For more information about using last access time tracking, see [Move data based on last accessed time](#move-data-based-on-last-accessed-time).
181181

182182
## Lifecycle policy completed event
183183

@@ -263,8 +263,8 @@ When last access time tracking is enabled, the blob property called `LastAccessT
263263
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:
264264

265265
- The value of the `LastAccessTime` property of the blob is a null value.
266-
267-
The `LastAccessTime` property of the blob is null if a blob hasn't been accessed since last access time tracking was enabled.
266+
> [!NOTE]
267+
> The `LastAccessTime` property of the blob is null if a blob hasn't been accessed since last access time tracking was enabled.
268268
269269
- Last access time tracking is not enabled.
270270

0 commit comments

Comments
 (0)