Skip to content

Commit e76fe58

Browse files
Merge pull request #296077 from normesta/normesta-reg-updates-14
Addressing a CSS bug
2 parents dcb0898 + 1756417 commit e76fe58

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ 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/04/2024
8+
ms.date: 03/10/2025
99
ms.service: azure-blob-storage
1010
ms.topic: conceptual
11-
ms.reviewer: fryu
1211
---
1312

1413
# Access tiers for blob data
@@ -123,8 +122,7 @@ Changing a blob's tier from a warmer tier to a cooler one is instantaneous, as i
123122

124123
Keep in mind the following points when changing a blob's tier:
125124

126-
- You can't call **Set Blob Tier** on a blob that uses an encryption scope. For more information about encryption scopes, see [Encryption scopes for Blob storage](encryption-scope-overview.md).
127-
- If a blob is explicitly moved to the cool or cold tier and then moved to the archive tier, the early deletion charge applies.
125+
- You can't use **Set Blob Tier** to archive a a blob that uses an encryption scope. You can only use **Set Blob Tier** to move between online access tiers. For more information about encryption scopes, see [Encryption scopes for Blob storage](encryption-scope-overview.md).
128126

129127
## Blob lifecycle management
130128

articles/storage/blobs/encryption-scope-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: normesta
77

88
ms.service: azure-blob-storage
9-
ms.date: 06/01/2023
9+
ms.date: 03/10/2025
1010
ms.topic: conceptual
1111
ms.author: normesta
1212
ms.reviewer: ozgun
@@ -62,7 +62,7 @@ A default encryption scope must be specified for a container at the time that th
6262
If no default encryption scope is specified for the container, then you can upload a blob using any encryption scope that you've defined for the storage account. The encryption scope must be specified at the time that the blob is uploaded.
6363

6464
> [!NOTE]
65-
> When you upload a new blob with an encryption scope, you cannot change the default access tier for that blob. You also cannot change the access tier for an existing blob that uses an encryption scope. For more information about access tiers, see [Hot, Cool, and Archive access tiers for blob data](access-tiers-overview.md).
65+
> When you upload a new blob with an encryption scope, you cannot change the default access tier for that blob. You also cannot set the access tier to the **archive** tier for an existing blob that uses an encryption scope. For more information about access tiers, see [Hot, Cool, and Archive access tiers for blob data](access-tiers-overview.md).
6666
6767
## Disabling an encryption scope
6868

0 commit comments

Comments
 (0)