Introduction
Event Grid subscriptions let you receive notifications when something happens in your cloud resources. Filters help you choose which events you want to get, so you only get the important ones.
When you want to get notified only about new files added to a storage container, not all changes.
When you want to trigger a function only if a virtual machine changes state to running.
When you want to send alerts only for error events from your app, ignoring info messages.
When you want to connect your app to events from multiple sources but only care about specific event types.
When you want to reduce the amount of data your app processes by filtering events early.