What's a Topic and how can we implement it using Azure Storage Queues?
I really like Azure ServiceBus, it’s fast, reliable and really easy to integrate into a code base. But when I’m testing something out, or when I really don’t want to worry too much about infrastructure, I’d rather use something simpler, like Azure Storage Queues. They’re quite good for simple use...
2024, Jul 19 — 4 minute read