I have a logic app that executes a workflow by calling Azure Functions in a certain order. It was working fine for a few days, but recently it stopped working. In logic apps run (on Azure Portal) it looks like this:
The output of the action that was called has statusCode: 401. The Azure Function that's being called does not have any written code that returns that statusCode.
After redeploying the Logic App the issue was gone. Does anyone know what can cause such error? Maybe the Logic App somehow has problems with authenticating to the Azure Function? Could this be related to Azure Functions keys (for example if they changed)?