A junco-thicket customer's create, update, and cancel messages must run in order while other customers may interleave. What Service Bus feature should be enabled?
Select an answer to reveal the explanation.
Short Explanation
Need FIFO for one customer without freezing everyone else? Turn on sessions and set session id to the customer — ordering is per session, not global.
Full Explanation
Service Bus sessions provide ordered processing for messages that share a session id while other sessions can proceed in parallel. Queue Storage visibility timeout, Event Grid filters, and Cosmos ETags do not provide Service Bus session FIFO.