Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.03 KB

File metadata and controls

25 lines (19 loc) · 1.03 KB
title Event filtering for Azure Event Grid namespaces
description Describes how to filter events when creating subscriptions to Azure Event Grid namespace topics.
ms.topic concept-article
ms.custom
ignite-2023
ms.date 11/15/2023

Event filters for subscriptions to Azure Event Grid namespace topics

This article describes different ways to specify filters on event subscriptions to namespace topics. The filters allow you to send only a subset of events that publisher sends to Event Grid to the destination endpoint. When creating an event subscription, you have three options for filtering:

  • Event types
  • Subject begins with or ends with
  • Advanced fields and operators

[!INCLUDE event-filtering]

Next steps