Skip to content

Commit 3ae7975

Browse files
committed
Fix JSON
1 parent c166a16 commit 3ae7975

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/event-grid/event-filtering.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ The examples shown in this article are JSON snippets for defining filters in Azu
2222

2323
In the following example, the event subscription filters for `Microsoft.Storage.BlobCreated` and `Microsoft.Storage.BlobDeleted` events.
2424

25-
```json{
25+
```json
26+
{
2627
"resources": [
2728
{
2829
"type": "Microsoft.Storage/storageAccounts",

0 commit comments

Comments
 (0)