小编Rah*_*hul的帖子

Azure functions deploying fail from VS Code

I am trying to deploy my azure function (python) from VS code and it's giving the below error.

I was able to debug my code in my local machine without any error, and I am not understanding why deployment is failing.

11:55:51 PM nhtsacleanse:正在检测平台... 11:55:51 PM nhtsacleanse:错误:哎呀...发生了意外错误。 11:55:53 PM nhtsacleanse:/opt/Kudu/Scripts/starter.sh oryx build /tmp/zipdeploy/extracted -o /home/site/wwwroot --platform python --platform-version 3.7 -p packagedir=.python_packages /lib/site-packages 11:55:57 PM nhtsacleanse:部署失败。

在此输入图像描述

Created azure function app in azure portal

在此输入图像描述

在此输入图像描述

在此输入图像描述

azure-functions azure-functions-core-tools

8
推荐指数
3
解决办法
2万
查看次数