Skip to content

Commit 6878516

Browse files
committed
Some minor edits
1 parent 2eecd60 commit 6878516

7 files changed

+10
-10
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ description: Use Azure Blob Storage lifecycle management policies to create auto
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 05/05/2025
8+
ms.date: 05/29/2025
99
ms.service: azure-blob-storage
1010
ms.topic: concept-article
1111
ms.custom: references_regions, engagement-fy23
1212
---
1313

1414
# Azure Blob Storage lifecycle management overview
1515

16-
Azure Blob Storage empowers organizations to efficiently manage and scale their data storage needs, even as data volumes grow and usage patterns evolve. Leveraging blob lifecycle management, customers can proactively optimize costs by implementing rule-based policies that automatically transition data to cooler tiers or expire it when it is no longer needed. This seamless automation ensures that data is always stored in the most cost-effective manner, maximizing budget efficiency while maintaining easy access and robust data management. With blob lifecycle management, organizations can confidently scale their storage environments, knowing that their costs are optimized and their data is managed according to real-world usage.
16+
Azure Blob Storage empowers organizations to efficiently manage and scale their data storage needs, even as data volumes grow and usage patterns evolve. By leveraging blob lifecycle management, customers can proactively optimize costs by implementing rule-based policies that automatically transition data to cooler tiers or expire it when it is no longer needed. This seamless automation ensures that data is always stored in the most cost-effective manner which maximizes budget efficiency while maintaining easy access and robust data management. With blob lifecycle management, organizations can confidently scale their storage environments, knowing that their costs are optimized and their data is managed according to real-world usage.
1717

1818
With the lifecycle management policy, you can:
1919

@@ -31,11 +31,11 @@ A lifecycle management policy is a collection of rules in a JSON document. To le
3131

3232
Lifecycle management policies are supported for block blobs and append blobs in general-purpose v2, premium block blob, and Blob Storage accounts. Lifecycle management doesn't affect system containers such as the $logs or $web containers.
3333

34-
A *rule* is a definition of the conditions, the associated actions and filters that are to be implemented. The following table describes each element.
34+
A *rule* is a definition of the conditions, along with the associated actions and filters that will be used to process objects. The following table describes each rule element.
3535

3636
| Rule element | Description |
3737
|---|---|
38-
| Conditions | Conditions are based on the following limited set of blob properties which include Creation Time, Last Modified Time and Last Accessed Time (if access time tracking is enabled). |
38+
| Conditions | Conditions are based on the following three blob properties: Creation Time, Last Modified Time and Last Accessed Time (if access time tracking is enabled) |
3939
| Actions | Actions are applied to the filtered blobs that meet the associated conditions. You must define at least one action per rule such as changing the blob tier to the cool tier or deleting blobs. |
4040
| Filters | Filters limit rule actions to a subset of blobs within the storage account by using path prefixes and blob tags. If more than one filter is defined, a logical AND runs on all filters. You can use a filter to specify which blobs to include. A filter provides no means to specify which blobs to exclude. |
4141

articles/storage/blobs/lifecycle-management-performance-characteristics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Lifecycle management performance characteristics
33

44
titleSuffix: Azure Blob Storage
55
author: vigneshgo
6-
ms.date: 05/05/2025
6+
ms.date: 05/29/2025
77
description: Best practices and guidance on configuring Azure Blob Storage lifecycle management policies and factors influencing its performance.
88

99
ms.author: normesta

articles/storage/blobs/lifecycle-management-policy-access-tiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article shows examples of how to configure a lifecycle managem
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 05/05/2025
8+
ms.date: 05/29/2025
99
ms.service: azure-blob-storage
1010
ms.topic: conceptual
1111

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

Lines changed: 1 addition & 1 deletion
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: 05/05/2025
8+
ms.date: 05/29/2025
99
ms.service: azure-blob-storage
1010
ms.topic: concept-article
1111
ms.reviewer: yzheng

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article shows examples of how to configure a lifecycle managem
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 05/05/2025
8+
ms.date: 05/29/2025
99
ms.service: azure-blob-storage
1010
ms.topic: conceptual
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to monitor Azure Blob Storage lifecycle management policy
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 05/05/2025
8+
ms.date: 05/29/2025
99
ms.service: azure-blob-storage
1010
ms.topic: conceptual
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn more about the elements of a lifecycle management policy.
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 05/05/2025
8+
ms.date: 05/29/2025
99
ms.service: azure-blob-storage
1010
ms.topic: conceptual
1111
ms.custom: references_regions, engagement-fy23

0 commit comments

Comments
 (0)