Azure / functions-action

Enable GitHub developers to deploy to Azure Function Apps using GitHub Actions
MIT License
152 stars 75 forks source link

Deployment Log file does not exist in /tmp/oryx-build.log #187

Closed hungnguyen9921 closed 1 year ago

hungnguyen9921 commented 1 year ago

Hi, when I try to deploy my Azure function it shows this error for me and I fix this by the way disable ENABLE_ORYX_BUILD to false and set SCM_DO_BUILD_DURING_DEPLOYMENT to false. After that, my function deploys successfully but it does not install all requirements in requirements.txt file

github-actions[bot] commented 1 year ago

This issue is idle because it has been open for 14 days with no activity.

patelchandni commented 1 year ago

@hungnguyen9921 Please set SCM_DO_BUILD_DURING_DEPLOYMENT=true to install requirements. Usually, Deployment Log file does not exist in /tmp/oryx-build.log is a warning and not an error. Please send the exact error you see or a screenshot.

github-actions[bot] commented 1 year ago

This issue is idle because it has been open for 14 days with no activity.