Skip to content

Commit f76572c

Browse files
authored
Update limitations
1 parent 5f58359 commit f76572c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/event-grid/event-filtering.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Event filtering for Azure Event Grid
33
description: Describes how to filter events when creating an Azure Event Grid subscription.
44
ms.topic: conceptual
5-
ms.date: 03/04/2021
5+
ms.date: 06/01/2022
66
---
77

88
# Understand event filtering for Event Grid subscriptions
@@ -627,10 +627,8 @@ Here's an example of using an extension context attribute in a filter.
627627

628628
Advanced filtering has the following limitations:
629629

630-
* 5 advanced filters and 25 filter values across all the filters per event grid subscription
630+
* 25 advanced filters and 25 filter values across all the filters per event grid subscription
631631
* 512 characters per string value
632-
* Five values for **in** and **not in** operators
633-
* The `StringNotContains` operator is currently not available in the portal.
634632
* Keys with **`.` (dot)** character in them. For example: `http://schemas.microsoft.com/claims/authnclassreference` or `[email protected]`. Currently, there's no support for escape characters in keys.
635633

636634
The same key can be used in more than one filter.

0 commit comments

Comments
 (0)