Handling non UTF8 encoding in Logic App Recently there was a requirement to generate a flat file in Azure Logic App and deliver to Azure File Share with ANSI encoding as targeting application could only process ANSI encoding file. Much of cloud services assume that a text payload will be some form of UTF (Unicode)Continue reading “Azure Integration: Generate a Flat file with ANSI encoding using Logic App”
Tag Archives: azure function app
Azure Integration: Tracking, Exception Handling and Monitoring of Azure Logic App
There are times the Azure integration components such as Logic Apps, function Apps, fail due to technical errors, functional errors or data errors. There should be a mechanism to monitor and pro-actively inform the technical owners or functional owners about these errors, to have a successful and reliable integration. This blog provides a mechanism forContinue reading “Azure Integration: Tracking, Exception Handling and Monitoring of Azure Logic App”