Skip to content

Commit 15300d3

Browse files
committed
update wording in lcm policy config article removing must enable access time tracking
1 parent 5d860c6 commit 15300d3

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
@@ -5,7 +5,7 @@ description: Configure a lifecycle management policy to automatically move data
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 09/16/2022
8+
ms.date: 12/21/2022
99
ms.service: storage
1010
ms.subservice: common
1111
ms.topic: conceptual
@@ -22,7 +22,7 @@ A lifecycle management policy is comprised of one or more rules that define a se
2222

2323
- The number of days since the blob was created.
2424
- The number of days since the blob was last modified.
25-
- The number of days since the blob was last accessed. To use this condition in an action, you must first [optionally enable access time tracking](#optionally-enable-access-time-tracking).
25+
- 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).
2626

2727
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 has not been modified for 30 days, then the lifecycle management policy will move the blob 30 days after the last write operation to that blob.
2828

0 commit comments

Comments
 (0)