SignXMLUtil

I was tasked to build an integration that would sign a xml using a x509Certificate, the solution was…

Servicebus”ing” like a champ

Over the years I have built a few integrations writing/reading from a servicebus queue/topic. Here I…

Azure Function, Logging part III

.net8, what happened to application insight With .net8 we have to remove the default Application…

Azure Function, Logging part II

Time to put the logging into action, I am going to use a simple Azure Function (HTTP-trigger) to…

Azure Function, Logging part I

I always implement logging, this is for me the key to success when shit hits the fan. If your logs…

Logic app parameterized

A simple Logic App (consumption) using a on-premise data gateway to pick up files on-prem and put…

Function & Handler in my Az Functions

I like to compare this with an orange, the validation is what you see and what you validate before…
Scroll to Top