Skip to content

Commit b5b7ed7

Browse files
Merge pull request #259708 from normesta/access-tiers-4
Removing the note about batch not supported by HNS
2 parents 65b0669 + 10f2ca6 commit b5b7ed7

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

articles/storage/blobs/archive-blob.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: normesta
66

77
ms.service: azure-blob-storage
88
ms.topic: how-to
9-
ms.date: 08/24/2022
9+
ms.date: 11/28/2023
1010
ms.author: normesta
1111
ms.reviewer: fryu
1212
ms.devlang: powershell, azurecli
@@ -328,9 +328,6 @@ N/A
328328

329329
When moving a large number of blobs to the archive tier, use a batch operation for optimal performance. A batch operation sends multiple API calls to the service with a single request. The suboperations supported by the [Blob Batch](/rest/api/storageservices/blob-batch) operation include [Delete Blob](/rest/api/storageservices/delete-blob) and [Set Blob Tier](/rest/api/storageservices/set-blob-tier).
330330

331-
> [!NOTE]
332-
> The [Set Blob Tier](/rest/api/storageservices/set-blob-tier) suboperation of the [Blob Batch](/rest/api/storageservices/blob-batch) operation is not yet supported in accounts that have a hierarchical namespace.
333-
334331
To archive blobs with a batch operation, use one of the Azure Storage client libraries. The following code example shows how to perform a basic batch operation with the .NET client library:
335332

336333
:::code language="csharp" source="~/azure-storage-snippets/blobs/howto/dotnet/dotnet-v12/AccessTiers.cs" id="Snippet_BulkArchiveContainerContents":::

articles/storage/blobs/archive-rehydrate-to-online-tier.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,8 @@ N/A
382382

383383
To rehydrate a large number of blobs at one time, call the [Blob Batch](/rest/api/storageservices/blob-batch) operation to call [Set Blob Tier](/rest/api/storageservices/set-blob-tier) as a bulk operation.
384384

385-
> [!NOTE]
386-
> Rehydrating blobs by calling the [Blob Batch](/rest/api/storageservices/blob-batch) operation is not yet supported in accounts that have a hierarchial namespace.
387-
388385
For a code example that shows how to perform the batch operation, see [AzBulkSetBlobTier](/samples/azure/azbulksetblobtier/azbulksetblobtier/).
389386

390-
391387
## Check the status of a rehydration operation
392388

393389
While the blob is rehydrating, you can check its status and rehydration priority using the Azure portal, PowerShell, or Azure CLI. The status property may return *rehydrate-pending-to-hot* or *rehydrate-pending-to-cool*, depending on the target tier for the rehydration operation. The rehydration priority property returns either *Standard* or *High*.

articles/storage/blobs/storage-feature-support-in-storage-accounts.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Determine the level of support for each storage account feature giv
44
author: normesta
55
ms.service: azure-blob-storage
66
ms.topic: conceptual
7-
ms.date: 07/28/2023
7+
ms.date: 11/28/2023
88
ms.author: normesta
99
---
1010

@@ -41,7 +41,7 @@ The following table describes whether a feature is supported in a standard gener
4141
4242
| Storage feature | Default | HNS | NFS | SFTP |
4343
|---------------|-------------------|---|---|--|
44-
| [Access tiers (hot, cool, cold, and archive)](access-tiers-overview.md) | &#x2705; | &#x2705;<sup>3</sup> | &#x2705;<sup>3</sup> | &#x2705;<sup>3</sup> |
44+
| [Access tiers (hot, cool, cold, and archive)](access-tiers-overview.md) | &#x2705; | &#x2705; | &#x2705;| &#x2705; |
4545
| [Microsoft Entra security](authorize-access-azure-active-directory.md) | &#x2705; | &#x2705; | &#x2705;<sup>1</sup> | &#x2705;<sup>1</sup> |
4646
| [Azure DNS Zone endpoints (preview)](../common/storage-account-overview.md?toc=/azure/storage/blobs/toc.json#storage-account-endpoints) | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4747
| [Blob inventory](blob-inventory.md) | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
@@ -80,8 +80,6 @@ The following table describes whether a feature is supported in a standard gener
8080

8181
<sup>2</sup> Only locally redundant storage (LRS) and zone-redundant storage (ZRS) are supported.
8282

83-
<sup>3</sup> Setting the tier of a blob by using the [Blob Batch](/rest/api/storageservices/blob-batch) operation is not yet supported in accounts that have a hierarchical namespace.
84-
8583
## Premium block blob accounts
8684

8785
The following table describes whether a feature is supported in a premium block blob account when you enable a hierarchical namespace (HNS), NFS 3.0 protocol, or SFTP.

0 commit comments

Comments
 (0)