Blogging about my adventures, straight from the Azure trenches. Sharing is caring!

Azure Service Bus vs Event Grid Pull Delivery

Azure Service Bus vs Event Grid Pull Delivery

My most popular blog post explains the key differences between Azure Service Bus and Event Grid.  At the time of writing, Event Grid only supported push delivery.  However, with the introduction of Event Grid Namespaces, it now supports pull delivery for custom...

Subscribe to the blog

Latest Posts

Belgium: please share your biggest Azure mistakes with me!

Belgium: please share your biggest Azure mistakes with me!

Attention fellow Belgian Azure professionals! After the very positive reactions on my session "My 10 biggest Azure mistakes I want you to learn from", I want to take it to the next level with: "Belgium’s biggest Azure mistakes I want you to learn from". I'm calling on...

Azure API Management workspaces demystified!

Azure API Management workspaces demystified!

Recently, the Azure API Management team announced a new feature called Workspaces.  This purpose of this blog is to explain what is does and how you might take benefit of this. The architecture The main architecture of Azure API Management consists of three...

GitHub Actions fails to fetch secrets within reusable workflows

GitHub Actions fails to fetch secrets within reusable workflows

Recently, I played around with GitHub Actions and the authentication towards Azure, as you can read in this blog post.  I encountered some issues with using environment secrets, that I would like to share with you.  Let's have a look! The problem I have a reusable...