Skip to content

Commit 4611d4e

Browse files
authored
Merge pull request #174373 from tamram/tamram-0929
change feed for premium block blobs GA
2 parents 811b6be + 0c2eb71 commit 4611d4e

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

articles/storage/blobs/storage-blob-change-feed-how-to.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: Process change feed in Azure Blob Storage | Microsoft Docs
2+
title: Process change feed in Azure Blob Storage
3+
titleSuffix: Azure Storage
34
description: Learn how to process change feed logs in a .NET client application
45
author: tamram
56

67
ms.author: tamram
7-
ms.date: 09/08/2020
8+
ms.date: 10/01/2021
89
ms.topic: article
910
ms.service: storage
1011
ms.subservice: blobs
@@ -28,7 +29,6 @@ dotnet add package Azure.Storage.Blobs --version 12.5.1
2829
dotnet add package Azure.Storage.Blobs.ChangeFeed --version 12.0.0-preview.4
2930
```
3031

31-
3232
## Read records
3333

3434
> [!NOTE]
@@ -214,4 +214,5 @@ The start time that you provide is rounded down to the nearest hour and the end
214214

215215
## Next steps
216216

217-
Learn more about change feed logs. See [Change feed in Azure Blob Storage](storage-blob-change-feed.md)
217+
- [Data protection overview](data-protection-overview.md)
218+
- [Change feed in Azure Blob Storage](storage-blob-change-feed.md)

articles/storage/blobs/storage-blob-change-feed.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: Change feed in Azure Blob Storage | Microsoft Docs
2+
title: Change feed in Blob Storage
3+
titleSuffix: Azure Storage
34
description: Learn about change feed logs in Azure Blob Storage and how to use them.
45
author: tamram
56

67
ms.author: tamram
7-
ms.date: 05/17/2021
8+
ms.date: 10/01/2021
89
ms.topic: how-to
910
ms.service: storage
1011
ms.subservice: blobs
@@ -51,7 +52,7 @@ Here's a few things to keep in mind when you enable the change feed.
5152

5253
- The change feed captures *all* of the changes for all of the available events that occur on the account. Client applications can filter out event types as required. (See the [conditions](#conditions) of the current release).
5354

54-
- Only general-purpose v2 and Blob storage accounts can enable the change feed. Premium block blob accounts and hierarchical namespace enabled accounts are not currently supported. General-purpose v1 storage accounts are not supported but can be upgraded to general-purpose v2 with no downtime, see [Upgrade to a GPv2 storage account](../common/storage-account-upgrade.md) for more information.
55+
- Only standard general-purpose v2, premium block blob, and Blob storage accounts can enable the change feed. Accounts with a hierarchical namespace enabled are not currently supported. General-purpose v1 storage accounts are not supported but can be upgraded to general-purpose v2 with no downtime, see [Upgrade to a GPv2 storage account](../common/storage-account-upgrade.md) for more information.
5556

5657
### [Portal](#tab/azure-portal)
5758

@@ -298,12 +299,12 @@ This section describes known issues and conditions in the current release of the
298299

299300
This table shows how this feature is supported in your account and the impact on support when you enable certain capabilities.
300301

301-
| Storage account type | Blob Storage (default support) | Data Lake Storage Gen2 <sup>1</sup> | NFS 3.0 <sup>1</sup>
302-
|-----------------------------|---------------------------------|------------------------------------|--------------------------------------------------|
303-
| Standard general-purpose v2 | ![Yes](../media/icons/yes-icon.png) |![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
304-
| Premium block blobs | ![No](../media/icons/no-icon.png)|![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
302+
| Storage account type | Blob Storage (default support) | Data Lake Storage Gen2 <sup>1</sup> | NFS 3.0 <sup>1</sup> |
303+
|--|--|--|--|
304+
| Standard general-purpose v2 | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
305+
| Premium block blobs | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) | ![No](../media/icons/no-icon.png) |
305306

306-
<sup>1</sup> Data Lake Storage Gen2 and the Network File System (NFS) 3.0 protocol both require a storage account with a hierarchical namespace enabled.
307+
<sup>1</sup> Data Lake Storage Gen2 and the Network File System (NFS) 3.0 protocol both require a storage account with a hierarchical namespace enabled.
307308

308309
## FAQ
309310

0 commit comments

Comments
 (0)