Skip to content

Commit 3b5037b

Browse files
Merge pull request #209234 from MRayermannMSFT/dev/marayerm/blobchangefeed-stg-ex
Update blob change feed doc now that stg exp supports showing blobchangefeed container
2 parents 9c49a9b + d4aac01 commit 3b5037b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,7 @@ Use an Azure Resource Manager template to enable Change feed on your existing st
132132

133133
## Consume the change feed
134134

135-
The change feed produces several metadata and log files. These files are located in the **$blobchangefeed** container of the storage account.
136-
137-
> [!NOTE]
138-
> In the current release, the $blobchangefeed container is visible only in Azure portal but not visible in Azure Storage Explorer. You currently cannot see the $blobchangefeed container when you call ListContainers API but you are able to call the ListBlobs API directly on the container to see the blobs
135+
The change feed produces several metadata and log files. These files are located in the **$blobchangefeed** container of the storage account. The **$blobchangefeed** container can be viewed either via the Azure portal or via Azure Storage Explorer.
139136

140137
Your client applications can consume the change feed by using the blob change feed processor library that is provided with the change feed processor SDK.
141138

0 commit comments

Comments
 (0)