Azure trainings!
Infused with experience from the field, brought with lots of passion!

Azure Service Bus vs Event Grid

Azure Service Bus vs Event Grid

For many architecture designs, I need to make the choice between Azure Service Bus and Event Grid.  Azure Service Bus is more targeted to transactional messaging, Event Grid is optimized for handling discrete events.  Both services are publish/subscribe engines. ...

Exploring Dapr: Pub/Sub – Part 3: Azure Service Bus

In this “Exploring Dapr” series, I’m exploring some of its capabilities and sharing my thoughts on it.  Dapr is an event-driven portable runtime for building micro services, for more information I refer to the documentation.  Be aware that Dapr is...

Reliably receive SQL data in Logic Apps

This post was originally published here. Receiving data from a SQL table and processing it towards other back-end systems; It’s a very common use case in integration. Logic Apps has all the required functionality in its toolbox to fulfill this integration need....