Skip to content

Commit 4e96617

Browse files
authored
Merge pull request #106813 from zachbugay/patch-1
Update subscription-creation-schema.md
2 parents f887de5 + 3e6c10b commit 4e96617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/subscription-creation-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Event Subscription name must be 3-64 characters in length and can only conta
5959
},
6060
"filter": {
6161
"includedEventTypes": [ "Microsoft.Storage.BlobCreated", "Microsoft.Storage.BlobDeleted" ],
62-
"subjectBeginsWith": "/blobServices/default/containers/mycontainer/log",
62+
"subjectBeginsWith": "/blobServices/default/containers/mycontainer/blobs/log",
6363
"subjectEndsWith": ".jpg",
6464
"isSubjectCaseSensitive ": "true"
6565
}

0 commit comments

Comments
 (0)