Skip to content

Commit 41d93df

Browse files
authored
Merge pull request #48238 from yzheng-msft/patch-6
Update storage-blob-storage-tiers.md
2 parents d102373 + 58cf294 commit 41d93df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/storage/blobs/storage-blob-storage-tiers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ Blobs in all three storage tiers can co-exist within the same account. Any blob
6868
> [!NOTE]
6969
> Archive storage and blob-level tiering only support block blobs. You also cannot change the tier of a block blob that has snapshots.
7070
71+
### Blob lifecycle management
72+
Blob Storage lifecycle management (Preview) offers a rich, rule-based policy which you can use to transition your data to the best access tier and to expire data at the end of its lifecycle. See [Manage the Azure Blob storage lifecycle](https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts) to learn more.
73+
7174
### Blob-level tiering billing
7275

7376
When a blob is moved to a cooler tier (hot->cool, hot->archive, or cool->archive), the operation is billed as a write of the destination tier, where the write operation (per 10,000) and data write (per GB) charges of the destination tier apply. If a blob is moved to a warmer tier (archive->cool, archive->hot, or cool->hot), the operation is billed as a read from the source tier, where the read operation (per 10,000) and data retrieval (per GB) charges of the source tier apply.
@@ -184,6 +187,8 @@ Data storage along with other limits are set at the account level and not per st
184187

185188
[Check availability of hot, cool, and archive by region](https://azure.microsoft.com/regions/#services)
186189

190+
[Manage the Azure Blob storage lifecycle](https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts)
191+
187192
[Evaluate usage of your current storage accounts by enabling Azure Storage metrics](../common/storage-enable-and-view-metrics.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json)
188193

189194
[Check hot, cool, and archive pricing in Blob storage and GPv2 accounts by region](https://azure.microsoft.com/pricing/details/storage/)

0 commit comments

Comments
 (0)