Skip to content

Commit c2c1a65

Browse files
Update event-schema-blob-storage.md
If you want to ensure that the Microsoft.Storage.BlobCreated event is triggered only when a Block Blob is completely committed, filter the event for the SftpCommit REST API call. This is similar to how we control the event in Flushwithclose when working with Datalake Gen2 API's
1 parent 8972d2e commit c2c1a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/event-schema-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ If the blob storage account uses SFTP to create or overwrite a blob, then the da
651651
* The `identity` key is included in the data set. This corresponds to the local user used for SFTP authentication.
652652

653653
> [!NOTE]
654-
> SFTP uploads will generate 2 events. One `SftpCreate` for an initial empty blob created when opening the file and one `SftpCommit` when the file contents are written.
654+
> SFTP uploads will generate 2 events. One `SftpCreate` for an initial empty blob created when opening the file and one `SftpCommit` when the file contents are written. If you want to ensure that the Microsoft.Storage.BlobCreated event is triggered only when a Block Blob is completely committed, filter the event for the SftpCommit REST API call.
655655
656656
```json
657657
[{

0 commit comments

Comments
 (0)