Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

deployment Failed with Error: Package deployment using ZIP Deploy failed. Refer logs for more details

I am trying to deploy my code to azure app service using git. But I am getting error "deployment Failed with Error: Package deployment using ZIP Deploy failed. Refer logs for more details". It was working perfectly 2 days back, but suddenly it starts crashing.

There is nothing helpfull in the logs.

Error Screenshot

like image 221
Muhammad Faizan Avatar asked Nov 16 '25 02:11

Muhammad Faizan


1 Answers

You can try the following workarounds to resolve this issue:

  1. If you are using the VS code then use the VS Code Azure Tool Extension.

  2. In App service -->go to the "Deployment Center" blade, and click on the "Disconnect" button on top. After that re-run the release pipeline.

like image 119
RKM Avatar answered Nov 18 '25 21:11

RKM