You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can set a blob's access tier in any of the following ways:
19
19
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.
21
21
- By explicitly setting a blob's tier on upload. You can create a blob in the hot, cool, cold, or archive tier.
22
22
- 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.
23
23
- 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
40
40
41
41
2. Fill out the **Basics** tab.
42
42
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*.
44
44
45
45
4. Select **Review + Create** to validate your settings and create your storage account.
46
46
@@ -52,7 +52,7 @@ To update the default access tier for an existing storage account in the Azure p
52
52
53
53
2. Under **Settings**, select **Configuration**.
54
54
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.
56
56
57
57
4. Save your changes.
58
58
@@ -217,7 +217,7 @@ A blob that doesn't have an explicitly assigned tier infers its tier from the de
217
217
218
218
#### [Portal](#tab/azure-portal)
219
219
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)**.
221
221
222
222
:::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.":::
Copy file name to clipboardExpand all lines: articles/storage/blobs/access-tiers-overview.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Azure storage offers different access tiers so that you can store y
5
5
author: normesta
6
6
7
7
ms.author: normesta
8
-
ms.date: 05/01/2024
8
+
ms.date: 09/03/2024
9
9
ms.service: azure-blob-storage
10
10
ms.topic: conceptual
11
11
ms.reviewer: fryu
@@ -97,14 +97,14 @@ Storage accounts have a default access tier setting that indicates the online ti
97
97
98
98
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.
99
99
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)**.
101
101
102
102
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.
103
103
104
104
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.
105
105
106
106
> [!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.
108
108
109
109
## Setting or changing a blob's tier
110
110
@@ -204,11 +204,7 @@ Changing the access tier for a blob when versioning is enabled, or if the blob h
204
204
205
205
## Cold tier
206
206
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
0 commit comments