🃏 Messaging & Integration Flashcards

Practice Event Grid, Service Bus, and API Management for AZ-204.

Card 1 of 5

Question

When should you use Event Grid vs Service Bus?

Click to reveal answer

Answer

Event Grid for reactive, event-based routing (fire-and-forget). Service Bus for reliable, ordered message processing with guaranteed delivery.

Click to flip back

All Messaging & Integration Flashcards

1

Q: When should you use Event Grid vs Service Bus?

A: Event Grid for reactive, event-based routing (fire-and-forget). Service Bus for reliable, ordered message processing with guaranteed delivery.

2

Q: What is a Service Bus dead-letter queue?

A: A sub-queue that stores messages that cannot be delivered or processed. Messages move here after max delivery attempts or TTL expiration.

3

Q: What are API Management policy sections?

A: Inbound (before backend), Backend (forward request), Outbound (after backend response), On-error (when exceptions occur).

4

Q: What is the Event Grid dead-letter mechanism?

A: Undelivered events after all retry attempts are sent to a storage blob container configured as the dead-letter destination.

5

Q: What is a Service Bus session?

A: A mechanism to group related messages by session ID, enabling FIFO processing and stateful handling of message sequences.

More AZ-204 Flashcard Decks