Skip to content

Commit cee4f19

Browse files
committed
Event Grid - freshness 2
1 parent 3329c54 commit cee4f19

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/event-grid/how-to-filter-events.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: How to filter events for Azure Event Grid
33
description: This article shows how to filter events (by event type, by subject, by operators and data, etc.) when creating an Event Grid subscription.
4-
ms.topic: conceptual
4+
ms.topic: how-to
55
ms.custom: devx-track-azurecli, devx-track-azurepowershell
6-
ms.date: 09/25/2023
6+
ms.date: 01/22/2025
7+
# Customer intent: I want to know how to subscribe for a subset of events from a source by filtering them.
78
---
89

910
# Filter events for Event Grid
@@ -150,7 +151,7 @@ az eventgrid event-subscription create \
150151
For an existing event subscription:
151152

152153
1. On the **Event Subscription** page, select **Enable subject filtering**.
153-
1. Enter values for one or more of the following fields: **Subject begins with** and **Subject ends with**. In the following options both options are selected.
154+
1. Enter values for one or more of the following fields: **Subject begins with** and **Subject ends with**. In the following example, both options are selected.
154155

155156
:::image type="content" source="./media/how-to-filter-events/subject-filter-example.png" alt-text="Screenshot of Event Subscription page with subject filtering example.":::
156157
1. Select **Case-sensitive subject matching** option if you want the subject of the event to match the case of the filters specified.
@@ -360,5 +361,5 @@ event='[ {"id": "'"$RANDOM"'", "eventType": "recordInserted", "subject": "myapp/
360361
curl -X POST -H "aeg-sas-key: $key" -d "$event" $topicEndpoint
361362
```
362363

363-
## Next steps
364+
## Related content
364365
To learn more about filters (event types, subject, and advanced), see [Understand event filtering for Event Grid subscriptions](event-filtering.md).

0 commit comments

Comments
 (0)