Skip to content

Commit a08fcc7

Browse files
Merge pull request #211600 from tamram/patch-36
Update lifecycle-management-policy-configure.md
2 parents 70a5e49 + 1d3982a commit a08fcc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 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: 08/18/2021
8+
ms.date: 09/16/2022
99
ms.service: storage
1010
ms.subservice: common
1111
ms.topic: conceptual
@@ -18,8 +18,9 @@ ms.devlang: azurecli
1818

1919
Azure Storage lifecycle management offers a rule-based policy that you can use to transition blob data to the appropriate access tiers or to expire data at the end of the data lifecycle. A lifecycle policy acts on a base blob, and optionally on the blob's versions or snapshots. For more information about lifecycle management policies, see [Optimize costs by automatically managing the data lifecycle](lifecycle-management-overview.md).
2020

21-
A lifecycle management policy is comprised of one or more rules that define a set of actions to take based on a condition being met. For a base blob, you can choose to check one of two conditions:
21+
A lifecycle management policy is comprised of one or more rules that define a set of actions to take based on a condition being met. For a base blob, you can choose to check one of the following conditions:
2222

23+
- The number of days since the blob was created.
2324
- The number of days since the blob was last modified.
2425
- 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).
2526

0 commit comments

Comments
 (0)