Skip to content

Commit 648f07e

Browse files
Merge pull request #226459 from normesta/normesta-reg-updates-11
Adding a note about blob batch and support for gen2
2 parents 490d43f + 51e0bf6 commit 648f07e

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

articles/storage/blobs/archive-blob.md

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

330330
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).
331331

332+
> [!NOTE]
333+
> 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.
334+
332335
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:
333336

334337
:::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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,13 @@ N/A
381381

382382
---
383383

384-
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. For a code example that shows how to perform the batch operation, see [AzBulkSetBlobTier](/samples/azure/azbulksetblobtier/azbulksetblobtier/).
384+
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.
385+
386+
> [!NOTE]
387+
> Rehydrating blobs by calling the [Blob Batch](/rest/api/storageservices/blob-batch) operation is not yet supported in accounts that have a hierarchial namespace.
388+
389+
For a code example that shows how to perform the batch operation, see [AzBulkSetBlobTier](/samples/azure/azbulksetblobtier/azbulksetblobtier/).
390+
385391

386392
## Check the status of a rehydration operation
387393

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: normesta
55
ms.subservice: blobs
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 12/08/2022
8+
ms.date: 02/06/2023
99
ms.author: normesta
1010
---
1111

@@ -42,9 +42,9 @@ The following table describes whether a feature is supported in a standard gener
4242
4343
| Storage feature | Default | HNS | NFS | SFTP |
4444
|---------------|-------------------|---|---|--|
45-
| [Access tier - archive](access-tiers-overview.md) | ✅ | ✅ | ✅ | ✅ |
46-
| [Access tier - cool](access-tiers-overview.md) | ✅ | ✅ | ✅| ✅ |
47-
| [Access tier - hot](access-tiers-overview.md) | ✅ | ✅ | ✅ | ✅ |
45+
| [Access tier - archive](access-tiers-overview.md) | &#x2705; | &#x2705;<sup>3</sup> | &#x2705;<sup>3</sup> | &#x2705;<sup>3</sup> |
46+
| [Access tier - cool](access-tiers-overview.md) | &#x2705; | &#x2705;<sup>3</sup> | &#x2705;<sup>3</sup>| &#x2705;<sup>3</sup> |
47+
| [Access tier - hot](access-tiers-overview.md) | &#x2705; | &#x2705;<sup>3</sup> | &#x2705;<sup>3</sup> | &#x2705;<sup>3</sup> |
4848
| [Azure Active Directory security](authorize-access-azure-active-directory.md) | &#x2705; | &#x2705; | &#x2705;<sup>1</sup> | &#x2705;<sup>1</sup> |
4949
| [Azure DNS Zone endpoints (preview)](../common/storage-account-overview.md?toc=/azure/storage/blobs/toc.json#storage-account-endpoints) | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
5050
| [Blob inventory](blob-inventory.md) | &#x2705; | &#x1F7E6; | &#x1F7E6; | &#x1F7E6; |
@@ -83,6 +83,8 @@ The following table describes whether a feature is supported in a standard gener
8383

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

86+
<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 hierarchial namespace.
87+
8688
## Premium block blob accounts
8789

8890
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)