Skip to content

Commit 242c58a

Browse files
Merge pull request #278956 from normesta/access-tiers-4
Staging updates for cold tier support at the default account level
2 parents 8e9df71 + 93ef293 commit 242c58a

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

articles/storage/blobs/access-tiers-online-manage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Storage
44
description: Learn how to specify a blob's access tier when you upload it, or how to change the access tier for an existing blob.
55
author: normesta
66
ms.author: normesta
7-
ms.date: 05/01/2024
7+
ms.date: 09/03/2024
88
ms.service: azure-blob-storage
99
ms.topic: how-to
1010
ms.reviewer: fryu
@@ -17,7 +17,7 @@ ms.custom: devx-track-azurepowershell, devx-track-azurecli
1717

1818
You can set a blob's access tier in any of the following ways:
1919

20-
- By setting the default online access tier (hot or cool) for the storage account. Blobs in the account inherit this access tier unless you explicitly override the setting for an individual blob.
20+
- By setting the default online access tier for the storage account. Blobs in the account inherit this access tier unless you explicitly override the setting for an individual blob.
2121
- By explicitly setting a blob's tier on upload. You can create a blob in the hot, cool, cold, or archive tier.
2222
- By changing an existing blob's tier with a Set Blob Tier operation. Typically, you would use this operation to move from a hotter tier to a cooler one.
2323
- By copying a blob with a Copy Blob operation. Typically, you would use this operation to move from a cooler tier to a hotter one.
@@ -40,7 +40,7 @@ To set the default access tier for a storage account at create time in the Azure
4040

4141
2. Fill out the **Basics** tab.
4242

43-
3. On the **Advanced** tab, under **Blob storage**, set the **Access tier** to either *Hot* or *Cool*. The default setting is *Hot*.
43+
3. On the **Advanced** tab, under **Blob storage**, set the **Access tier** to either *Hot*, *Cool* or *Cold*. The default setting is *Hot*.
4444

4545
4. Select **Review + Create** to validate your settings and create your storage account.
4646

@@ -52,7 +52,7 @@ To update the default access tier for an existing storage account in the Azure p
5252

5353
2. Under **Settings**, select **Configuration**.
5454

55-
3. Locate the **Blob access tier (default)** setting, and select either *Hot* or *Cool*. The default setting is *Hot*, if you have not previously set this property.
55+
3. Locate the **Blob access tier (default)** setting, and select either *Hot*, *Cool*, or *Cold*. The default setting is *Hot*, if you have not previously set this property.
5656

5757
4. Save your changes.
5858

@@ -217,7 +217,7 @@ A blob that doesn't have an explicitly assigned tier infers its tier from the de
217217

218218
#### [Portal](#tab/azure-portal)
219219

220-
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)**.
220+
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)**, **Cool (inferred)**, or **Cold (inferred)**.
221221

222222
:::image type="content" source="media/access-tiers-online-manage/default-access-tier-portal.png" alt-text="Screenshot showing blobs with the default access tier in the Azure portal.":::
223223

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

Lines changed: 4 additions & 8 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: normesta
66

77
ms.author: normesta
8-
ms.date: 05/01/2024
8+
ms.date: 09/03/2024
99
ms.service: azure-blob-storage
1010
ms.topic: conceptual
1111
ms.reviewer: fryu
@@ -97,14 +97,14 @@ Storage accounts have a default access tier setting that indicates the online ti
9797

9898
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's created. If you don't 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.
9999

100-
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)**.
100+
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)**, **Cool (inferred)**, or **Cold (inferred)**.
101101

102102
Changing the default access tier setting for a storage account applies to all blobs in the account for which an access tier hasn't been explicitly set. If you toggle the default access tier setting to a cooler tier in a general-purpose v2 account, then you're charged for write operations (per 10,000) for all blobs for which the access tier is inferred. You're charged for both read operations (per 10,000) and data retrieval (per GB) if you toggle to a warmer tier in a general-purpose v2 account.
103103

104104
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 to a cooler tier in a legacy Blob Storage account. You're charged for both read operations (per 10,000) and data retrieval (per GB) if you toggle to a warmer tier in a Blob Storage account. Microsoft recommends using general-purpose v2 storage accounts rather than Blob Storage accounts when possible.
105105

106106
> [!NOTE]
107-
> The cold tier and the archive tier are not supported as the default access tier for a storage account.
107+
> The archive tier is not supported as the default access tier for a storage account.
108108
109109
## Setting or changing a blob's tier
110110

@@ -204,11 +204,7 @@ Changing the access tier for a blob when versioning is enabled, or if the blob h
204204

205205
## Cold tier
206206

207-
### Limitations and known issues
208-
209-
- The default access tier setting of the account can't be set to cold tier.
210-
211-
### Required versions of REST, SDKs, and tools
207+
The cold tier requires the following minimum versions of REST, SDKs, and tools
212208

213209
| Environment | Minimum version |
214210
|---|---|

0 commit comments

Comments
 (0)