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
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
When we are trying to push the code to Azure functions we are getting below error
9:02:58 PM: Creating new function app "mfskill001"...
9:03:36 PM mfskill001: Creating zip package...
9:05:17 PM mfskill001: Starting deployment...
9:07:47 PM mfskill001: Fetching changes.
9:07:47 PM mfskill001: Cleaning up temp folders from previous zip deployments and extracting pushed zip file /tmp/zipdeploy/bc2b211c-8bde-482f-bca4-38cede3abf6e.zip (97.01 MB) to /tmp/zipdeploy/extracted
9:08:50 PM mfskill001: Waiting for long running command to finish...
9:09:51 PM mfskill001: Waiting for long running command to finish...
9:10:24 PM mfskill001: Updating submodules.
9:10:24 PM mfskill001: Preparing deployment for commit id '9f691099c2'.
9:10:25 PM mfskill001: Repository path is /tmp/zipdeploy/extracted
9:10:25 PM mfskill001: Running oryx build...
9:10:25 PM mfskill001: Command: oryx build /tmp/zipdeploy/extracted -o /tmp/build/expressbuild --platform python --platform-version 3.8 -i /tmp/8d7c515ec8583c5 -p packagedir=.python_packages/lib/site-packages
9:11:01 PM mfskill001: Waiting for long running command to finish...
9:12:04 PM mfskill001: Waiting for long running command to finish...
9:13:08 PM mfskill001: Waiting for long running command to finish...
9:14:09 PM mfskill001: Waiting for long running command to finish...
9:15:21 PM mfskill001: Waiting for long running command to finish...
9:16:29 PM mfskill001: Waiting for long running command to finish...
9:17:30 PM mfskill001: Waiting for long running command to finish...
9:18:38 PM mfskill001: Waiting for long running command to finish...
9:19:47 PM mfskill001: Waiting for long running command to finish...
9:20:55 PM mfskill001: Waiting for long running command to finish...
9:21:56 PM mfskill001: Waiting for long running command to finish...
9:22:58 PM mfskill001: Waiting for long running command to finish...
9:24:06 PM mfskill001: Waiting for long running command to finish...
9:25:14 PM mfskill001: Waiting for long running command to finish...
9:26:25 PM mfskill001: Waiting for long running command to finish...
9:27:30 PM mfskill001: Waiting for long running command to finish...
9:27:48 PM mfskill001: An unknown error has occurred. Check the diagnostic log for details.
9:28:03 PM mfskill001: Syncing triggers...
9:28:10 PM mfskill001: Querying triggers...
9:28:19 PM mfskill001: No HTTP triggers found.
Hi,
When we are trying to push the code to Azure functions we are getting below error
9:02:58 PM: Creating new function app "mfskill001"...
9:03:36 PM mfskill001: Creating zip package...
9:05:17 PM mfskill001: Starting deployment...
9:07:47 PM mfskill001: Fetching changes.
9:07:47 PM mfskill001: Cleaning up temp folders from previous zip deployments and extracting pushed zip file /tmp/zipdeploy/bc2b211c-8bde-482f-bca4-38cede3abf6e.zip (97.01 MB) to /tmp/zipdeploy/extracted
9:08:50 PM mfskill001: Waiting for long running command to finish...
9:09:51 PM mfskill001: Waiting for long running command to finish...
9:10:24 PM mfskill001: Updating submodules.
9:10:24 PM mfskill001: Preparing deployment for commit id '9f691099c2'.
9:10:25 PM mfskill001: Repository path is /tmp/zipdeploy/extracted
9:10:25 PM mfskill001: Running oryx build...
9:10:25 PM mfskill001: Command: oryx build /tmp/zipdeploy/extracted -o /tmp/build/expressbuild --platform python --platform-version 3.8 -i /tmp/8d7c515ec8583c5 -p packagedir=.python_packages/lib/site-packages
9:11:01 PM mfskill001: Waiting for long running command to finish...
9:12:04 PM mfskill001: Waiting for long running command to finish...
9:13:08 PM mfskill001: Waiting for long running command to finish...
9:14:09 PM mfskill001: Waiting for long running command to finish...
9:15:21 PM mfskill001: Waiting for long running command to finish...
9:16:29 PM mfskill001: Waiting for long running command to finish...
9:17:30 PM mfskill001: Waiting for long running command to finish...
9:18:38 PM mfskill001: Waiting for long running command to finish...
9:19:47 PM mfskill001: Waiting for long running command to finish...
9:20:55 PM mfskill001: Waiting for long running command to finish...
9:21:56 PM mfskill001: Waiting for long running command to finish...
9:22:58 PM mfskill001: Waiting for long running command to finish...
9:24:06 PM mfskill001: Waiting for long running command to finish...
9:25:14 PM mfskill001: Waiting for long running command to finish...
9:26:25 PM mfskill001: Waiting for long running command to finish...
9:27:30 PM mfskill001: Waiting for long running command to finish...
9:27:48 PM mfskill001: An unknown error has occurred. Check the diagnostic log for details.
9:28:03 PM mfskill001: Syncing triggers...
9:28:10 PM mfskill001: Querying triggers...
9:28:19 PM mfskill001: No HTTP triggers found.