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

Hide stack traces in a smart way in Azure API Management

Hide stack traces in a smart way in Azure API Management

Stack traces are a nice gift for hackers, because they reveal details about the underlying technology that you are using.  From a security perspective, it is good to remove stack traces when exceptions occur and just return a generic error message, like I described in...

Subscribe to the blog

Latest Posts

BizTalk: to Git or not to Git?

During the past years, Git has gained a lot of popularity.  It's a completely different approach to source control, compared to TFS Version Control (TFS VC).  A good comparison between these two technologies can be found here.  When dealing with BizTalk projects, it's...

This Month I’ve Read – January 2018

In this “This Month I’ve Read” series, I want to share some blogs / articles concerning Microsoft Enterprise Integration that really drew my attention throughout the last month.  Here you can find my selection for this month. Michael Stephenson - Considerations for...

Community contributions: give and take!

Lately, I get more and more questions about why I'm contributing to the community via articles, blogs and presentations. I decided to write about it, as it seems for many not obvious that some people spend their personal time on community work. When did it all start?...

Azure Stream Analytics – Compatibility level

Recently, Azure Stream Analytics has introduced the concept of compatibility levels.  This is a way of versioning the Azure Stream Analytics runtime behaviour.  Major bug fixes or new query behaviour are introduced within a certain compatibility level.  This ensures...

Inbound / outbound maps in Logic Apps!

BizTalk Server offers a great feature that both inbound (receive ports) and outbound maps (send ports) can be executed in dynamic fashion, depending on the message type of the message.  This message type is defined as rootNodeNamespace#rootNodeName.  Below, you can...

This Month I’ve Read – December 2017

In this “This Month I’ve Read” series, I want to share 5 blogs / articles concerning Microsoft Enterprise Integration that really drew my attention throughout the last month.  Here you can find my selection for this month. James Sturtevant - Running Azure Functions...