Github Actions deployment stuck to Package deployment using ZIP Deploy initiated

Anonymous
2023-04-27T07:22:57.71+00:00

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.

Screenshot 2023-04-27 at 3.08.43 PM

But, when I checked on Azure deployment logs, it seems to be deployed successfully.

Screenshot 2023-04-27 at 3.10.14 PM

What could be the reason for this, and how should we fix it?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,487 questions
0 comments No comments
{count} votes

8 answers

Sort by: Most helpful
  1. Fabio Maistro 5 Reputation points
    2023-04-28T10:38:41.51+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

  2. 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?

    1 person found this answer helpful.
    0 comments No comments

  3. 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 comments No comments

  4. Илья Михов 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.

    User's image

    User's image

    User's image


  5. Rok Lenardic 0 Reputation points
    2023-05-10T07:43:31.6633333+00:00

    We are seeing exactly the same deploying a web app (not a function), Github deploy hangs for 6h:

    User's image

    ...even though the actual deployment completed successfully:

    User's image

    It's a Linux app service instance if that makes a difference.