SignXMLUtil

, ,

I was tasked to build an integration that would sign a xml using a x509Certificate, the solution was built using a Azure Function and creating a little Util class called Signed XMUtil.cs In the handler load your xml and get the certificate from the keyvault (certificate)Next call the sign util and finally log the signature […]

SignXMLUtil Read More »

Azure Function, Logging part III

.net8, what happened to application insight With .net8 we have to remove the default Application Insights logging filter to be able to see our logger.loginformation. This is easily resolved by adding the following line of code in your program.cs By utilizing extension I moved this to a custom HostBuilderExtension.cs And from my program.cs One other

Azure Function, Logging part III Read More »

Logic app parameterized

A simple Logic App (consumption) using a on-premise data gateway to pick up files on-prem and put them in azure using a claim check pattern. This is a common need from our customers, and here I will share my solution to it. This integration is built for reuse and easy configuration using parameters set in

Logic app parameterized Read More »

Scroll to Top