Skip to content

Commit f5c1bf1

Browse files
Merge pull request #309010 from vgs-msft/docs-editor/lifecycle-management-policy-st-1764788995
Update lifecycle-management-policy-structure.md
2 parents a4fb764 + 1c5119d commit f5c1bf1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ A lifecycle management policy will not delete the current version of a blob unti
105105

106106
All run conditions are time-based. If the number of days that have transpired exceeds the number specified for the condition, then the associated action can execute. Policy conditions are assessed on each object only once during a policy run. In some cases, an object might meet the condition after it was already assessed by a run. Such objects are processed in subsequent runs.
107107

108-
Current versions use the last modified time or last access time, previous versions use the version creation time, and blob snapshots use the snapshot creation time to track age.
108+
Lifecycle policies evaluate a rule based on properties of that individual version only. They do not have the ability to examine properties of other versions of that blob to act upon the target blob.
109+
110+
Current versions use the last modified time or last access time of that version. Rules for previous versions use the creation time of that version when the blob was first written (not when the version became a previous version). Rules for blob snapshots use the time at which the snapshot was created.
109111

110112
The following table describes each action run condition.
111113

0 commit comments

Comments
 (0)