Skip to content

Commit acaf6bb

Browse files
authored
Merge pull request #98056 from ciwchris/patch-2
Correct inconsistency in StringBeginsWith documentation and example
2 parents 2eda9de + 6754aaf commit acaf6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/event-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ FOR_EACH filter IN (a, b, c)
353353
See [Limitations](#limitations) section for current limitation of this operator.
354354

355355
## StringBeginsWith
356-
The **StringBeginsWith** operator evaluates to true if the **key** value **begins with** any of the specified **filter** values. In the following example, it checks whether the value of the `key1` attribute in the `data` section begins with `event` or `grid`. For example, `event hubs` begins with `event`.
356+
The **StringBeginsWith** operator evaluates to true if the **key** value **begins with** any of the specified **filter** values. In the following example, it checks whether the value of the `key1` attribute in the `data` section begins with `event` or `message`. For example, `event hubs` begins with `event`.
357357

358358
```json
359359
"advancedFilters": [{

0 commit comments

Comments
 (0)