我以前能够使用命令部署用 Python 编写的 Azure 函数 func azure functionapp publish <FunctionAppName> 我的项目目录中,远程构建它。它一直工作到昨天午餐时间。
我现在收到以下消息。
Creating archive for current directory...
Performing remote build for functions project.
Deleting the old .python_packages directory
Uploading [######################################################################################]
Remote build in progress, please wait...
Fetching changes.
Cleaning up temp folders from previous zip deployments and extracting pushed zip file /tmp/zipdeploy/c5e66350-4b87-4e72-9900-b2a1ae4521a8.zip (0.00 MB) to /tmp/zipdeploy/extracted
Central Directory corrupt.
Remote build failed!
Run Code Online (Sandbox Code Playgroud)
我已经尝试了以下方法,看看我是否可以解决它而没有任何成功: