-
Notifications
You must be signed in to change notification settings - Fork 19
v4 functions are not being found in portal, local works #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Venipa can you please share your function app name? Here are instructions on how to do it privately if you don't want to post it publicly: https://github.com/Azure/azure-functions-host/wiki/Sharing-Your-Function-App-name-privately |
@ejizba |
Hi I'm seeing this error when starting up your app:
I would double check all your app settings and make sure they're valid. In addition, if you query your app insights logs, I believe this error should be visible:
|
thanks, since my log stream was not working i was unable to get any logs about the startup, i was missing a env variable providing a app secret for encrypting payloads functions are being listed now, thanks 👍 |
After deploying through azure devops pipeline with zip deploy and run there were no functions to be found on our productive and beta function app but somehow our dev function app is able to find them?
also locally the functions are loaded and working well
Investigative information
Please provide the following:
unable to get function invocation, no logs
Repro steps
package.json
tsconfig.json
build.cjs
functions are placed like this in dist
src/functions/[function name]/index.ts => dist/src/functions/[function name]/index.js
Expected behavior
expected my functions to be found
Actual behavior
dev azure functions app found all functions, pre production & production environment are unable to find the function
Known workarounds
none
Related information
src/functions/health/index.ts
The text was updated successfully, but these errors were encountered: