Skip to content

Commit b45a419

Browse files
authored
Merge pull request #293837 from normesta/LCMRestructure
LCM content restructure
2 parents 02d63e4 + cb2caa1 commit b45a419

17 files changed

+682
-568
lines changed

articles/databox-gateway/data-box-gateway-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Before you begin, make sure that you have a running Data Box Gateway device. Fol
4646
- If using Azure PowerShell, follow these [steps](../databox/data-box-how-to-set-data-tier.md#use-azure-powershell-to-set-the-blob-tier) to move the data to the Archive tier.
4747
- If using Azure Lifecycle Management, follow these steps to move the data to the Archive tier.
4848
- Use the Archive tier via the [Blob Lifecycle Management service](../storage/blobs/lifecycle-management-overview.md).
49-
- Use the following policy to [Archive data on ingest](../storage/blobs/lifecycle-management-overview.md#archive-data-after-ingest).
49+
- Use the following policy to [Archive data on ingest](../storage/blobs/lifecycle-management-policy-access-tiers.md#archiving-data-after-ingest).
5050
- Once the blobs are marked as Archive, they can no longer be modified by the gateway unless they are moved to the hot or cold tier. If the file is in the local storage, any changes made to the local copy (including deletes) are not uploaded to the Archive tier.
5151
- To read data in Archive storage, you must rehydrate the data by changing the blob tier to hot or cool. [Refreshing the share](data-box-gateway-manage-shares.md#refresh-shares) on the gateway does not rehydrate the blob.
5252

articles/databox/data-box-how-to-set-data-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Following steps describe how you can set the blob tier to Archive using an Azure
112112
113113
## Next steps
114114
115-
- Learn how to address the [common data tiering scenarios with lifecycle policy rules](../storage/blobs/lifecycle-management-overview.md#examples-of-lifecycle-policies)
115+
- Learn how to address the [common data tiering scenarios with lifecycle policy rules](../storage/blobs/lifecycle-management-policy-access-tiers.md)

articles/storage/.openpublishing.redirection.storage.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,21 @@
480480
"redirect_url": "/azure/storage/blobs/lifecycle-management-overview",
481481
"redirect_document_id": false
482482
},
483+
{
484+
"source_path_from_root": "/articles/storage/blobs/storage-lifecycle-management-concepts.md#move-data-based-on-last-accessed-time",
485+
"redirect_url": "/azure/storage/blobs/lifecycle-management-policy-structure#move-data-based-on-last-accessed-time",
486+
"redirect_document_id": false
487+
},
488+
{
489+
"source_path_from_root": "/articles/storage/blobs/storage-lifecycle-management-concepts.md#faq",
490+
"redirect_url": "/azure/storage/blobs/storage-blob-faq#lifecycle-management-policies",
491+
"redirect_document_id": false
492+
},
493+
{
494+
"source_path_from_root": "/articles/storage/blobs/storage-lifecycle-management-concepts.md#lifecycle-policy-completed-event",
495+
"redirect_url": "/azure/storage/blobs/lifecycle-management-policy-monitor#receiving-notifications-when-a-run-is-complete",
496+
"redirect_document_id": false
497+
},
483498
{
484499
"source_path_from_root": "/articles/storage/blobs/storage-manage-access-to-resources.md",
485500
"redirect_url": "/azure/storage/blobs/anonymous-read-access-configure",

articles/storage/blobs/TOC.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,20 @@ items:
221221
- name: Use blob index tags
222222
href: storage-blob-index-how-to.md
223223
- name: Lifecycle management policies
224-
href: lifecycle-management-overview.md
225224
items:
226-
- name: Configure lifecycle management policies
225+
- name: Overview
226+
href: lifecycle-management-overview.md
227+
- name: Policy structure
228+
href: lifecycle-management-policy-structure.md
229+
- name: Create and manage a policy
227230
href: lifecycle-management-policy-configure.md
228-
- name: Lifecycle management performance characteristics
231+
- name: 'Examples: Tiering blobs'
232+
href: lifecycle-management-policy-access-tiers.md
233+
- name: 'Examples: Deleting blobs'
234+
href: lifecycle-management-policy-delete.md
235+
- name: Monitor policy runs
236+
href: lifecycle-management-policy-monitor.md
237+
- name: Performance characteristics
229238
href: lifecycle-management-performance-characteristics.md
230239
- name: Full text search
231240
href: /azure/search/search-blob-storage-integration?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json

articles/storage/blobs/access-tiers-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about best practice guidelines that help you use access tiers
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 08/10/2023
8+
ms.date: 06/13/2025
99
ms.service: azure-data-lake-storage
1010
ms.topic: concept-article
1111
---
@@ -37,7 +37,7 @@ Choosing the most optimal tier up front can reduce costs. If you change the tier
3737

3838
After data is uploaded, you should periodically analyze your containers and blobs to understand how they are stored, organized, and used in production. Then, use lifecycle management policies to move data to the most cost-efficient tiers. For example, data that has not been accessed for more than 30 days might be more cost efficient if placed into the cool tier. Consider archiving data that has not been accessed for over 180 days.
3939

40-
To gather telemetry, enable [blob inventory reports](blob-inventory.md) and enable [last access time tracking](lifecycle-management-policy-configure.md#optionally-enable-access-time-tracking). Analyze use patterns based on the last access time by using tools such as Azure Synapse or Azure Databricks. To learn about ways to analyze your data, see any of these articles:
40+
To gather telemetry, enable [blob inventory reports](blob-inventory.md) and enable [last access time tracking](lifecycle-management-policy-configure.md#enable-access-time-tracking). Analyze use patterns based on the last access time by using tools such as Azure Synapse or Azure Databricks. To learn about ways to analyze your data, see any of these articles:
4141

4242
- [Tutorial: Analyze blob inventory reports](storage-blob-inventory-report-analytics.md)
4343

articles/storage/blobs/access-tiers-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Azure storage offers different access tiers so that you can store y
55
author: normesta
66

77
ms.author: normesta
8-
ms.date: 03/10/2025
8+
ms.date: 06/13/2025
99
ms.service: azure-blob-storage
1010
ms.topic: concept-article
1111
---
@@ -126,6 +126,8 @@ Keep in mind the following points when changing a blob's tier:
126126

127127
- If a blob is explicitly moved to the cool or cold tier and then moved to the archive tier, the early deletion charge applies.
128128

129+
- If a blob is explicitly moved to the cool or cold tier and then moved to the archive tier, the early deletion charge applies.
130+
129131
## Blob lifecycle management
130132

131133
Blob storage lifecycle management offers a rule-based policy that you can use to transition your data to the desired access tier when your specified conditions are met. You can also use lifecycle management to expire data at the end of its life. See [Optimize costs by automating Azure Blob Storage access tiers](./lifecycle-management-overview.md) to learn more.

0 commit comments

Comments
 (0)