Skip to content

Commit 56cc806

Browse files
authored
Merge pull request #99992 from Amrinder-Singh29/patch-57
Update event-schema-blob-storage.md
2 parents 9b6a756 + c2c1a65 commit 56cc806

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)