You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the runtime accepts languageWorkers:*:arguments on Windows but it has to be languageWorkers:*:Arguments on non-Windows. ideally Arguments should be lower case as well or at least do case insensitive matching. I know the latter probably breaks linux conventions, so I'm not sure
The text was updated successfully, but these errors were encountered:
Configuration section names are not case sensitive according to documentation aspnetcore basicconfiguration. This must could be an issue in the aspcore configuration on Linux.
pragnagopa
changed the title
Fix casing sensitivity for languageWorker:*:arguments on non-Windows platforms.
Fix casing sensitivity for languageWorkers:*:arguments on non-Windows platforms.
Jul 6, 2018
pragnagopa
added a commit
to pragnagopa/azure-functions-host
that referenced
this issue
Jul 6, 2018
As reported here Azure/azure-functions-core-tools#557
It seems that the runtime accepts
languageWorkers:*:arguments
on Windows but it has to belanguageWorkers:*:Arguments
on non-Windows. ideallyArguments
should be lower case as well or at least do case insensitive matching. I know the latter probably breaks linux conventions, so I'm not sureThe text was updated successfully, but these errors were encountered: