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