Skip to content

Commit 013055b

Browse files
committed
fix intro + TOC
1 parent 3a4c56c commit 013055b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ items:
310310
href: ../common/storage-account-recover.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
311311
- name: Get account configuration properties
312312
href: ../common/storage-account-get-info.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
313-
- name: Manage the default access tier of a storage account
314-
href: ../common/manage-account-default-access-tier.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
315313
- name: Create and manage containers
316314
items:
317315
- name: Create or delete a container (.NET)
@@ -475,7 +473,7 @@ items:
475473
- name: Manage blob tiering and lifecycle
476474
items:
477475
- name: Change a blob's access tier
478-
href: manage-access-tier.md
476+
href: access-tiers-online-manage.md
479477
- name: Manage data archiving
480478
items:
481479
- name: Archive a blob

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,16 @@ ms.custom: devx-track-azurepowershell
1515

1616
# Set a blob's access tier
1717

18-
When you
18+
You can set a blob's access tier in any of the following ways:
1919

20-
Each blob has a default access tier, either hot, cool, or archive. A blob takes on the default access tier of the Azure Storage account where it is created. Blob Storage and GPv2 accounts expose the **Access Tier** attribute at the account level. This attribute specifies the default access tier for any blob that doesn't have it explicitly set at the object level. For objects with the tier set at the object level, the account tier won't apply. The archive tier can be applied only at the object level. You can switch between access tiers at any time by following the steps below.
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.
21+
- By explicitly setting a blob's tier on upload. You can create a blob in the Hot, Cool, or Archive tier.
22+
- By changing an existing blob's tier with a Set Blob Tier operation, typically to move from a hotter tier to a cooler one.
23+
- By copying a blob with a Copy Blob operation, typically to move from a cooler tier to a hotter one.
24+
25+
This article describes how manage a blob in an online access tier (Hot or Cool). For more information about how to move a blob to the Archive tier, see [Archive a blob](archive-blob.md). For more information about how to rehydrate a blob from the Archive tier, see [Rehydrate an archived blob to an online tier](archive-rehydrate-to-online-tier.md).
26+
27+
For more information about access tiers for blobs, see [Hot, cool, and archive access tiers for blob data](access-tiers-overview.md).
2128

2229
## Set the default access tier for a storage account
2330

0 commit comments

Comments
 (0)