| deploying azure function apps is a real terrible mess from my point of view :-< Are you aware there are some hidden Environment-Settings in the function-app that somehow seem to be important in relation to the deployment? For zip based deployments you might need to set something like this in your function app: WEBSITE_RUN_FROM_PACKAGE = "1" |