Skip to content

Commit 43557fc

Browse files
authored
Merge pull request #174978 from tamram/tamram21-1007
clarify default access tier setting & fix redirect
2 parents 186930b + 357438f commit 43557fc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28129,7 +28129,7 @@
2812928129
"redirect_document_id": false
2813028130
},
2813128131
{
28132-
"source_path_from_root": "/articles/blobs/storage-blob-storage-tiers.md",
28132+
"source_path_from_root": "/articles/storage/blobs/storage-blob-storage-tiers.md",
2813328133
"redirect_url": "/azure/storage/blobs/access-tiers-overview",
2813428134
"redirect_document_id": true
2813528135
},

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

Lines changed: 5 additions & 3 deletions
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: tamram
66

77
ms.author: tamram
8-
ms.date: 09/29/2021
8+
ms.date: 10/07/2021
99
ms.service: storage
1010
ms.subservice: blobs
1111
ms.topic: conceptual
@@ -77,11 +77,13 @@ The following operations are supported for blobs in the archive tier:
7777

7878
Storage accounts have a default access tier setting that indicates the online tier in which a new blob is created. The default access tier setting can be set to either hot or cool. Users can override the default setting for an individual blob when uploading the blob or changing its tier.
7979

80-
By default, the default access tier for a new storage account is set to the hot tier. You can change the default access tier setting when you create a storage account or after it is created. If you do not change this setting, then blobs are uploaded to the hot tier by default.
80+
The default access tier for a new general-purpose v2 storage account is set to the hot tier by default. You can change the default access tier setting when you create a storage account or after it is created. If you do not change this setting on the storage account or explicitly set the tier when uploading a blob, then a new blob is uploaded to the hot tier by default.
8181

8282
A blob that doesn't have an explicitly assigned tier infers its tier from the default account access tier setting. If a blob's access tier is inferred from the default account access tier setting, then the Azure portal displays the access tier as **Hot (inferred)** or **Cool (inferred)**.
8383

84-
Changing the default account access tier setting applies to all blobs in the account for which an access tier has not been explicitly set. If you toggle the default account access tier setting from hot to cool in a general-purpose v2 account, then you are charged for write operations (per 10,000) for all blobs for which the access tier is inferred. There's no charge for this change in Blob Storage accounts. You are charged for both read operations (per 10,000) and data retrieval (per GB) if you toggle from cool to hot in either general-purpose v2 or Blob Storage accounts.
84+
Changing the default account access tier setting applies to all blobs in the account for which an access tier has not been explicitly set. If you toggle the default account access tier setting from hot to cool in a general-purpose v2 account, then you are charged for write operations (per 10,000) for all blobs for which the access tier is inferred. You are charged for both read operations (per 10,000) and data retrieval (per GB) if you toggle from cool to hot in a general-purpose v2 account.
85+
86+
When you create a legacy Blob Storage account, you must specify the default access tier setting as hot or cool at create time. There's no charge for changing the default account access tier setting from hot to cool in a legacy Blob Storage account. You are charged for both read operations (per 10,000) and data retrieval (per GB) if you toggle from cool to hot in a Blob Storage account. Microsoft recommends using general-purpose v2 storage accounts rather than Blob Storage accounts when possible.
8587

8688
> [!NOTE]
8789
> The archive tier is not supported as the default access tier for a storage account.

0 commit comments

Comments
 (0)