At the time of writing, I am on the train back home from the INTEGRATE conference. It was great to hang out with friends from the integration community, have good chats with the various Microsoft product teams and get to know new people! In this blog post, I share...
Subscribe to the blog
Latest Posts
Looking back at INTEGRATE 2024
At the time of writing, I am on the train back home from the INTEGRATE conference. It was great to hang out with friends from the integration community, have good chats with the various Microsoft product teams and get to know new people! In this blog post, I share...
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
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...
Finally a correct way to configure RBAC for DevOps agents!
At the start of a new Azure project, we typically conduct a short Azure governance exercise. One of the items that are covered is role-based access control: both for the people that access the Azure portal and for the DevOps agents that have to deploy our solutions...
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
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...