Skip to content

Commit 8fe5d4b

Browse files
Merge pull request #289141 from schoag-msft/patch-2
Update bulk tiering guidance to remove HNS callout
2 parents 4dcbe27 + edee383 commit 8fe5d4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,6 @@ N/A
488488

489489
When moving a large number of blobs to another 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).
490490

491-
> [!NOTE]
492-
> 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.
493-
494491
To change access tier of 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:
495492

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

0 commit comments

Comments
 (0)