Skip to content

Commit 51cce9d

Browse files
authored
Merge pull request #2 from tamram/tamram-186392
add note mapping JSON elements to types of versions
2 parents dd7809c + 07ef2f0 commit 51cce9d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/storage/blobs/lifecycle-management-overview.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Use Azure Storage lifecycle management policies to create automated
55
author: tamram
66

77
ms.author: tamram
8-
ms.date: 08/18/2021
8+
ms.date: 02/24/2022
99
ms.service: storage
1010
ms.subservice: common
1111
ms.topic: conceptual
@@ -20,8 +20,8 @@ Data sets have unique lifecycles. Early in the lifecycle, people access some dat
2020
With the lifecycle management policy, you can:
2121

2222
- Transition blobs from cool to hot immediately when they are accessed, to optimize for performance.
23-
- Transition current versions (previously called base blobs and referred in json formats as `baseBlob`), previous versions, and blob snapshots to a cooler storage tier if these objects have not been accessed or modified for a period of time, to optimize for cost. In this scenario, the lifecycle management policy can move objects from hot to cool, from hot to archive, or from cool to archive.
24-
- Delete current versions, previous versions, and blob snapshots at the end of their lifecycles.
23+
- Transition current versions of a blob, previous versions of a blob, or blob snapshots to a cooler storage tier if these objects have not been accessed or modified for a period of time, to optimize for cost. In this scenario, the lifecycle management policy can move objects from hot to cool, from hot to archive, or from cool to archive.
24+
- Delete current versions of a blob, previous versions of a blob, or blob snapshots at the end of their lifecycles.
2525
- Define rules to be run once per day at the storage account level.
2626
- Apply rules to containers or to a subset of blobs, using name prefixes or [blob index tags](storage-manage-find-blobs.md) as filters.
2727

@@ -122,6 +122,9 @@ The following sample rule filters the account to run the actions on objects that
122122
}
123123
```
124124

125+
> [!NOTE]
126+
> The **baseBlob** element in a lifecycle management policy refers to the current version of a blob. The **version** element refers to a previous version.
127+
125128
### Rule filters
126129

127130
Filters limit rule actions to a subset of blobs within the storage account. If more than one filter is defined, a logical `AND` runs on all filters.

0 commit comments

Comments
 (0)