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
Current worker.config.json has windows specific environment variable reference because of which azure-functions-java-worker won't work in macOS (also in linux)
Current
worker.config.jsonhas windows specific environment variable reference because of whichazure-functions-java-workerwon't work in macOS (also in linux)E.g., JAVA_HOME - referenced as
%JAVA_HOME%Repro steps
Known workarounds
worker.config.jsonfile to have$JAVA_HOMEinstead of%JAVA_HOME%