The Event Grid Schema has two fields subject
and eventType
that can be used to filter the events that you want to handle using the Event Subscription Schema. Other than eventType
is an exact match string and a subject
uses beginsWith
or endsWith
matching are there recommendations or best practices on when to use which field?
Azure EventGrid Subject vs EventType
2.5k views Asked by MikeF At
1
I think the comment makes sense, you could refer to the doc - Understand event filtering for Event Grid subscriptions.