Felix Geilert
Felix Geilert
Investigated this further. It seems like this is an issue with configuration, but cannot pin it down. For some azure functions it works for others it does not. Extremely flaky...
Okay, further investigated. It seems like that there is an internally used Environment Variable called `Container_Name` that is currently undocumented [here](https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings). Once I remove it (or prefix it) the deployment...
Haven't found the internal variable, but just prefixed all variables I used. Not even sure there is such an internal variable. Basically what I observed was: * When I remove...