A mallow-bend Function should run only for blobs under /orders, not for every blob in the storage account. How should Event Grid narrow delivery?
Select an answer to reveal the explanation.
Short Explanation
Specialize the handler with filters. Event type and subject (begins-with, and friends) keep /orders events on this Function and leave the rest alone.
Full Explanation
Event Grid subscriptions support filters such as event type and subject prefixes so handlers receive only matching events. Service Bus SQL filters apply to Service Bus, not as the Event Grid answer; timers and unfiltered fan-out defeat specialized delivery.