Skip to content

Commit 6e667a2

Browse files
authored
Merge pull request #123598 from azarboon/patch-169
Update lifecycle-management-policy-configure.md
2 parents e2c92ca + d0c1dfe commit 6e667a2

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
@@ -23,6 +23,9 @@ A lifecycle management policy is composed of one or more rules that define a set
2323
- The number of days since the blob was last modified.
2424
- The number of days since the blob was last accessed. To use this condition in an action, you should first [optionally enable last access time tracking](#optionally-enable-access-time-tracking).
2525

26+
> [!NOTE]
27+
> Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob.
28+
2629
When the selected condition is true, then the management policy performs the specified action. For example, if you have defined an action to move a blob from the hot tier to the cool tier if it hasn't been modified for 30 days, then the lifecycle management policy will move the blob 30 days after the last write operation to that blob.
2730

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

0 commit comments

Comments
 (0)