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

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

Subscribe to the blog

Latest Posts

Layered API design in Azure API Management

Layered API design in Azure API Management

Designing and composing APIs is a very subjective matter and there are many ways to success (and even more to failure).  One approach I've always liked is the way MuleSoft describes it.  They define three layers of APIs: Experience APIs: purpose-built APIs for...

Emit custom metrics from Azure API Management

Emit custom metrics from Azure API Management

In the July release of Azure API Management, they've added the feature to emit custom metrics to Application Insights.  If you follow my blog, you know that I pay a lot of attention to monitoring, so this is a feature that I definitely wanted to check.  I can tell you...

Easily generate many random API requests with Postman!

Easily generate many random API requests with Postman!

You might wonder: why would you even want to do this?  Well, in some cases I need to have a randomized data set for testing or education purposes.  Postman is a tool that I use on an almost daily basis, so that's an obvious choice for me. The scenario In this case, I...

Conditional deployments with Bicep!

Conditional deployments with Bicep!

Lately, I had to rollout Azure API Management throughout different environments.  With Bicep, of course!  In the development and test environment, we use API Management without network integration.  In the acceptance and production environments, we deploy it internal...