Messaging & Pub/Sub¶
Use this category for queue-backed decoupling and broker-based asynchronous communication. These recipes focus on producers, consumers, and message-driven scaling behavior.
| Recipe | Trigger | Difficulty |
|---|---|---|
| Queue Producer | HTTP to Storage Queue output | Beginner |
| Queue Consumer | Storage Queue trigger | Beginner |
| Service Bus Worker | Service Bus trigger | Intermediate |
| Event Grid Event Router | Event Grid trigger | Intermediate |
| Service Bus Topic Fanout | Service Bus topic | Intermediate |
| Service Bus Sessions | Service Bus session | Advanced |
| Service Bus DLQ Replay | Service Bus DLQ + HTTP | Advanced |
| Event Grid Domain Events | Event Grid domain | Intermediate |