Azure Functions
An Azure service that provides an event-driven serverless compute platform.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I created an Azure Function to convert a flat file to XML by making use of EDIFabric (licensed). When I execute the function locally, the function always works as expected.
But when the function is deployed to Azure, only the first time the function gives me the correct output. The other attempts I don't get the expected output, but I don't receive an exception either.
AppInsight is activated, but I don't find any clarification for this behaviour.
What could be the reason for this behaviour?