|
1 | 1 | ---
|
2 |
| -title: Change feed in Azure Blob Storage | Microsoft Docs |
| 2 | +title: Change feed in Blob Storage |
| 3 | +titleSuffix: Azure Storage |
3 | 4 | description: Learn about change feed logs in Azure Blob Storage and how to use them.
|
4 | 5 | author: tamram
|
5 | 6 |
|
6 | 7 | ms.author: tamram
|
7 |
| -ms.date: 05/17/2021 |
| 8 | +ms.date: 10/01/2021 |
8 | 9 | ms.topic: how-to
|
9 | 10 | ms.service: storage
|
10 | 11 | ms.subservice: blobs
|
@@ -51,7 +52,7 @@ Here's a few things to keep in mind when you enable the change feed.
|
51 | 52 |
|
52 | 53 | - 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).
|
53 | 54 |
|
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. |
55 | 56 |
|
56 | 57 | ### [Portal](#tab/azure-portal)
|
57 | 58 |
|
@@ -298,12 +299,12 @@ This section describes known issues and conditions in the current release of the
|
298 | 299 |
|
299 | 300 | This table shows how this feature is supported in your account and the impact on support when you enable certain capabilities.
|
300 | 301 |
|
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 |  | |  | |
304 |
| -| Premium block blobs | | |  | |
| 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 |  |  |  | |
| 305 | +| Premium block blobs |  |  |  | |
305 | 306 |
|
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. |
307 | 308 |
|
308 | 309 | ## FAQ
|
309 | 310 |
|
|
0 commit comments