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

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

Trying the new Microsoft Applied Skills

Trying the new Microsoft Applied Skills

Two weeks ago, Microsoft announced Microsoft Applied Skills as part of the Microsoft Learn initiative (more info here).  This is how Microsoft positions it, compared to the traditional certifications: I gave it a try with the "Secure storage for Azure Files and Azure...

What do the new API Management v2 tiers mean for you?

What do the new API Management v2 tiers mean for you?

10 days ago, Microsoft announced the public preview of two new Azure API Management tiers: Basic v2 and Standard v2.  You can find more information here.  I got many questions about the consequence of these new tiers, hence this blog post 🙂 New features of the v2...

Validate payloads in Azure API Management

Validate payloads in Azure API Management

Both from a security and data quality perspective, it is advised to validate request and response payloads in Azure API Management.  This blog shows how to do this. Validate-content policy The validate-content policy validates the size or content of a request or...