Skip to content

Commit c166a16

Browse files
committed
Acrolynx update
1 parent 6808ae6 commit c166a16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/event-grid/event-filtering.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ This article describes the different ways to filter which events are sent to you
1414
* Advanced fields and operators
1515

1616
## Azure Resource Manager template
17-
The examples shown in this article are JSON snippets for defining filters in Azure Resource Manager (ARM) templates. For an example of a complete ARM template and deploying an ARM teplate, see [Quickstart: Route Blob storage events to web endpoint by using an ARM template](blob-event-quickstart-template.md). Here's some more sections around the `filter` section from the example in the quickstart. The ARM template defines the following resources.
17+
The examples shown in this article are JSON snippets for defining filters in Azure Resource Manager (ARM) templates. For an example of a complete ARM template and deploying an ARM template, see [Quickstart: Route Blob storage events to web endpoint by using an ARM template](blob-event-quickstart-template.md). Here's some more sections around the `filter` section from the example in the quickstart. The ARM template defines the following resources.
1818

19-
- Azure stroage account
19+
- Azure storage account
2020
- System topic for the storage account
21-
- Event subscription for the system topic. This is the section where you'll see the `filter` subsection.
21+
- Event subscription for the system topic. You'll see the `filter` subsection in the event subscription section.
2222

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

@@ -612,7 +612,7 @@ The IsNotNull operator evaluates to true if the key's value isn't NULL or undefi
612612
```
613613

614614
## OR and AND
615-
If you specify a single filter with multiple values, an **OR** operation is performed, so the value of the key field must be one of these values. Here is an example:
615+
If you specify a single filter with multiple values, an **OR** operation is performed, so the value of the key field must be one of these values. Here's an example:
616616

617617
```json
618618
"advancedFilters": [

0 commit comments

Comments
 (0)