Skip to content

Commit 27fb3f6

Browse files
authored
To minimize the effect on read access latency, only the first read of the last 24 hours updates the last access time. Subsequent reads in the same 24-hour period don't update the last access time. If a blob is modified between reads, the last access time is the more recent of the two values.
This added information will give more insights to customers on what to expect !
1 parent 69bd6dd commit 27fb3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/lifecycle-management-policy-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For a blob snapshot or version, the condition that is checked is the number of d
3030

3131
## Optionally enable access time tracking
3232

33-
Before you configure a lifecycle management policy, you can choose to enable blob access time tracking. When access time tracking is enabled, a lifecycle management policy can include an action based on the time that the blob was last accessed with a read or write operation.
33+
Before you configure a lifecycle management policy, you can choose to enable blob access time tracking. When access time tracking is enabled, a lifecycle management policy can include an action based on the time that the blob was last accessed with a read or write operation.To minimize the effect on read access latency, only the first read of the last 24 hours updates the last access time. Subsequent reads in the same 24-hour period don't update the last access time. If a blob is modified between reads, the last access time is the more recent of the two values.
3434

3535
#### [Portal](#tab/azure-portal)
3636

@@ -229,4 +229,4 @@ A lifecycle management policy must be read or written in full. Partial updates a
229229
## See also
230230

231231
- [Optimize costs by automatically managing the data lifecycle](lifecycle-management-overview.md)
232-
- [Hot, Cool, and Archive access tiers for blob data](access-tiers-overview.md)
232+
- [Hot, Cool, and Archive access tiers for blob data](access-tiers-overview.md)

0 commit comments

Comments
 (0)