Skip to content

Commit 0682c7f

Browse files
committed
A quick fix
1 parent c6881cf commit 0682c7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ Data sets have unique lifecycles. Early in the lifecycle, people access some dat
2222
With the lifecycle management policy, you can:
2323

2424
- Transition blobs from cool to hot immediately when they're accessed, to optimize for performance.
25-
- Transition current versions of a blob, previous versions of a blob, or blob snapshots to a cooler storage tier if these objects haven't been accessed or modified for a period of time, to optimize for cost.
25+
- Transition current versions of a blob, previous versions of a blob, or blob snapshots to a cooler storage tier if these objects haven't been accessed or modified for a period of time, to optimize for cost.
2626
- Delete current versions of a blob, previous versions of a blob, or blob snapshots at the end of their lifecycles.
27-
- Define rules to be run once per day at the storage account level.
28-
- Apply rules to containers or to a subset of blobs, using name prefixes or [blob index tags](storage-manage-find-blobs.md) as filters.
27+
- Apply rules to an entire storage account, to select containers, or to a subset of blobs using name prefixes or [blob index tags](storage-manage-find-blobs.md) as filters.
2928

3029
Consider a scenario where data is frequently accessed during the early stages of the lifecycle, but only occasionally after two weeks. Beyond the first month, the data set is rarely accessed. In this scenario, hot storage is best during the early stages. Cool storage is most appropriate for occasional access. Archive storage is the best tier option after the data ages over a month. By moving data to the appropriate storage tier based on its age with lifecycle management policy rules, you can design the least expensive solution for your needs.
3130

0 commit comments

Comments
 (0)