Skip to content

Commit c622b9e

Browse files
committed
Stuff
1 parent 6f9c020 commit c622b9e

7 files changed

+14
-6
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/storage/blobs/access-tiers-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/lifecycle-management-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,6 @@ For more information about pricing, see [Block Blob pricing](https://azure.micro
178178
- [Access tiers for blob data](access-tiers-overview.md)
179179
- [Lifecycle management policies that transition blobs between tiers](lifecycle-management-policy-access-tiers.md)
180180
- [Lifecycle management policies that deletes blobs](lifecycle-management-policy-delete.md)
181+
- [Lifecycle management policy monitoring](lifecycle-management-policy-monitor.md)
181182
- [Manage and find data on Azure Blob Storage with blob index](storage-manage-find-blobs.md)
182183
- [Best practices for using blob access tiers](access-tiers-best-practices.md)

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ ms.topic: conceptual
1313

1414
# Lifecycle management policies that transition blobs between tiers
1515

16-
You can use Lifecycle management policies to transition blobs to cost-efficient access tiers based on their use patterns. To learn more, see [Azure Blob Storage lifecycle management overview](lifecycle-management-overview.md). This article contains examples of policy definitions that transition blobs between tiers.
16+
You can use Lifecycle management policies to transition blobs to cost-efficient access tiers based on their use patterns. This article contains examples of policy definitions that transition blobs between tiers.
17+
18+
For general information about Azure Storage lifecycle management policies, see [Azure Blob Storage lifecycle management overview](lifecycle-management-overview.md).
1719

1820
## Move aging data to a cooler tier
1921

@@ -79,7 +81,7 @@ In the following example, blobs are moved to cool storage if they haven't been a
7981
}
8082
```
8183

82-
## Archiving data
84+
## Archiving data after ingest
8385

8486
Some data stays idle in the cloud and is rarely, if ever, accessed. The following lifecycle policy is configured to archive data shortly after it's ingested. This example transitions block blobs in a container named `archivecontainer` into an archive tier. The transition is accomplished by acting on blobs 0 days after last modified time.
8587

@@ -155,4 +157,5 @@ For data that is modified and accessed regularly throughout its lifetime, you ca
155157

156158
- [Azure Blob Storage lifecycle management overview](lifecycle-management-overview.md)
157159
- [Lifecycle management policies that delete blobs](lifecycle-management-policy-delete.md)
160+
- [Lifecycle management policy monitoring](lifecycle-management-policy-monitor.md)
158161
- [Access tiers for blob data](access-tiers-overview.md)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,5 @@ Enable access tracking if you want to include an action based on the time that t
159159
- [Azure Blob Storage lifecycle management overview](lifecycle-management-overview.md)
160160
- [Lifecycle management policies that transition blobs between tiers](lifecycle-management-policy-access-tiers.md)
161161
- [Lifecycle management policies that delete blobs](lifecycle-management-policy-delete.md)
162+
- [Lifecycle management policy monitoring](lifecycle-management-policy-monitor.md)
162163
- [Access tiers for blob data](access-tiers-overview.md)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ ms.topic: conceptual
1313

1414
# Lifecycle management policies that delete blobs
1515

16-
You can use lifecycle management policies to transition blobs to delete blob at the end of their lifecycle.To learn more, see [Optimize costs by automatically managing the data lifecycle](lifecycle-management-overview.md). This article contains examples of policy definitions that delete blobs.
16+
You can use lifecycle management policies to transition blobs to delete blob at the end of their lifecycle. This article contains examples of policy definitions that delete blobs.
17+
18+
For general information about Azure Storage lifecycle management policies, see [Azure Blob Storage lifecycle management overview](lifecycle-management-overview.md).
1719

1820
## Expire data based on age
1921

@@ -121,4 +123,5 @@ For data that is modified and accessed regularly throughout its lifetime, you ca
121123

122124
- [Azure Blob Storage lifecycle management overview](lifecycle-management-overview.md)
123125
- [Lifecycle management policies that transition blobs between tiers](lifecycle-management-policy-access-tiers.md)
126+
- [Lifecycle management policy monitoring](lifecycle-management-policy-monitor.md)
124127
- [Access tiers for blob data](access-tiers-overview.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To be notified when a lifecycle management run is complete, subscribe to the `Li
5454
}
5555
```
5656

57-
To learn more about the different ways to subscribe to an event, see [Event handlers in Azure Event Grid](../../event-grid/event-handlers.md?toc=/azure/storage/blobs/toc.json#microsoftstoragelifecyclepolicycompleted-event).
57+
To learn more about the different ways to subscribe to an event, see [Event handlers in Azure Event Grid](../../event-grid/event-handlers.md#microsoftstoragelifecyclepolicycompleted-event).
5858

5959
## Investigating errors by using metric and logs
6060

0 commit comments

Comments
 (0)