A newt-pond shipping subscription should receive only messages where region equals west. What should the developer configure on the subscription?
Select an answer to reveal the explanation.
Short Explanation
Do not make shipping read every OrderPlaced just to ignore east. Put a SQL or correlation filter on that subscription so only region = west lands there.
Full Explanation
Service Bus subscription filters (SQL or correlation) limit which topic messages a subscription receives. Event Grid filters apply to Event Grid, not as a substitute configuration on Service Bus. Cosmos keys and AKS policies are unrelated to subscription filtering.