Photo by Markus Spiske on Unsplash

Publishing messages from Azure Service Bus to Cosmos DB using Azure Logic Apps

In this article, I will go through simple steps of consuming messages from Microsoft Azure Service Bus Topicand inserting into Cosmos DB SQL API. I will not cover on more about Azure Service Bus topics/subscriptionsor Cosmos DB SQL API. But will provide sufficient information…

Image by Bethany Drouin from Pixabay

Implementing Retry Pattern in Microsoft Azure Service Bus

In this article, I am going to discuss on how to implement “Retry Pattern” with Microsoft Azure Service Bus.  Intended Audience: Anyone who is excited to learn the significance of “Retry Pattern” implementation using Microsoft Azure Service Bus. We are…