We are experiencing the same issue. It seems the deployment worked successfully, but the GitHub Action hangs forever. To give a bit of context, it seems this started happening around 2 weeks ago and we are deploying our actions against a Linux App Plan.
Github Actions deployment stuck to Package deployment using ZIP Deploy initiated
When I was trying to deploy on Azure Function App, the deployment on Github Actions seems to be freezing on Package deployment using ZIP Deploy initiated.
This goes on for hours, without any success response, hence we are left with no choice but to cancel the operation.
But, when I checked on Azure deployment logs, it seems to be deployed successfully.
What could be the reason for this, and how should we fix it?
9 answers
Sort by: Most helpful
-
-
Jahan Taila 5 Reputation points
2023-04-28T11:51:46.57+00:00 I am facing the same issue, everything works fine but deploying to the Azure Web App takes over 5 hours and eventually fails - any solutions?
-
Yugofish 5 Reputation points
2023-09-16T03:58:54.0833333+00:00 TLDR: Delete all but the most recent Deployment Log for your Azure Web App.
See the discussion here: https://github.com/Azure/functions-action/issues/185
In particular, check this comment: https://github.com/Azure/functions-action/issues/185#issuecomment-1639657297
-
Sasi Telukutla 0 Reputation points
2023-04-28T18:46:40.88+00:00 Hey, We are facing same issue. It would be great if any provides a fix for this one ASAP
-
Илья Михов 0 Reputation points
2023-05-09T13:53:40.8333333+00:00 Same problem here. Node.js 16, Web App, Linux, Paid tier. App runs properly after Oryx build, but Github action is stuck on "Package deployment using ZIP Deploy initiated."
I have tried different versions of webapps/deploy action - did not help.