Skip to content

Commit faf7129

Browse files
authored
Update storage-blob-change-feed.md
1 parent ceea258 commit faf7129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The change feed files contain a series of change event records. Each change even
206206

207207
Change feed files are stored in the `$blobchangefeed/log/` virtual directory as [append blobs](https://docs.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-append-blobs). The first change feed file under each path will have `00000` in the file name (For example `00000.avro`). The name of each subsequent log file added to that path will increment by 1 (For example: `00001.avro`).
208208

209-
The following eventTypes are captured in the Change feed recods:
209+
The following event types are captured in the Change feed records:
210210
- BlobCreated
211211
- BlobDeleted
212212
- BlobPropertiesUpdated

0 commit comments

Comments
 (0)