Skip to content

Commit 2a2bcf2

Browse files
Merge pull request #262325 from normesta/normesta-reg-updates-12
Adding info about permanent deletions and early deletion fees
2 parents 430a2d5 + 6bfe8ac commit 2a2bcf2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 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: 12/12/2023
8+
ms.date: 01/03/2023
99
ms.service: azure-blob-storage
1010
ms.topic: conceptual
1111
ms.reviewer: fryu
@@ -46,6 +46,9 @@ Data in the cool and cold tiers have slightly lower availability, but offer the
4646

4747
Blobs are subject to an early deletion penalty if they are deleted or moved to a different tier before the minimum number of days required by the tier have transpired. For example, a blob in the cool tier in a general-purpose v2 account is subject to an early deletion penalty if it's deleted or moved to a different tier before 30 days has elapsed. For a blob in the cold tier, the deletion penalty applies if it's deleted or moved to a different tier before 90 days has elapsed. This charge is prorated. For example, if a blob is moved to the cool tier and then deleted after 21 days, you'll be charged an early deletion fee equivalent to 9 (30 minus 21) days of storing that blob in the cool tier.
4848

49+
> [!NOTE]
50+
> In an account that has soft delete enabled, a blob is considered deleted after it is deleted and retention period expires. Until that period expires, the blob is only _soft-deleted_ and is not subject to the early deletion penalty.
51+
4952
The hot, cool, and cold tiers support all redundancy configurations. For more information about data redundancy options in Azure Storage, see [Azure Storage redundancy](../common/storage-redundancy.md).
5053

5154
## Archive access tier
@@ -60,6 +63,9 @@ To learn how to move a blob to the archive tier, see [Archive a blob](archive-bl
6063

6164
Data must remain in the archive tier for at least 180 days or be subject to an early deletion charge. For example, if a blob is moved to the archive tier and then deleted or moved to the hot tier after 45 days, you'll be charged an early deletion fee equivalent to 135 (180 minus 45) days of storing that blob in the archive tier.
6265

66+
> [!NOTE]
67+
> In an account that has soft delete enabled, a blob is considered deleted after it is deleted and retention period expires. Until that period expires, the blob is only _soft-deleted_ and is not subject to the early deletion penalty.
68+
6369
While a blob is in the archive tier, it can't be read or modified. To read or download a blob in the archive tier, you must first rehydrate it to an online tier, either hot, cool, or cold. Data in the archive tier can take up to 15 hours to rehydrate, depending on the priority you specify for the rehydration operation. For more information about blob rehydration, see [Overview of blob rehydration from the archive tier](archive-rehydrate-overview.md).
6470

6571
An archived blob's metadata remains available for read access, so that you can list the blob and its properties, metadata, and index tags. Metadata for a blob in the archive tier is read-only, while blob index tags can be read or written. Storage costs for metadata of archived blobs will be charged on cool tier rates.

0 commit comments

Comments
 (0)