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. ...

Azure Functions vs Azure Logic Apps

Azure’s serverless iPaaS offering has two key components: Azure Functions and Logic Apps.  If you consult the documentation, you’ll find out that there is quite some overlap between the two.  For many people, it’s not clear what technology...