Skip to content

Commit 603475a

Browse files
authored
Merge pull request #123248 from azarboon/patch-111
Update lifecycle-management-policy-configure.md
2 parents 978bccf + 7466065 commit 603475a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ When the selected condition is true, then the management policy performs the spe
2727

2828
For a blob snapshot or version, the condition that is checked is the number of days since the snapshot or version was created.
2929

30+
> [!NOTE]
31+
> Lifecycle management policies are supported for block blobs and append blobs in general-purpose v2, premium block blob, and Blob Storage accounts.
32+
3033
## Optionally enable access time tracking
3134

3235
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.

0 commit comments

Comments
 (0)