504.0 GatewayTimeout when deploying to Azure WebApp

Hoang Long Ngo 0 Reputation points
2024-06-17T18:54:31.3766667+00:00

Hello,

I am currently trying to deploy a Zip file to an Azure WebApp. The Zip file is created by Doxygen and has a size of 19MB. The clean flag is set to false because each of my pipeline build created a zip which should be hosted on a different path within that WebApp.

I am getting a 504 Gateway error whenever I try to deploy with the false flag. With the flag set to true it works but also not everytime.

As suggested here [https://learn.microsoft.com/en-us/answers/questions/474028/deploying-to-azure-app-services-causes-timeout-(er](https://learn.microsoft.com/en-us/answers/questions/474028/deploying-to-azure-app-services-causes-timeout-(er) I have set

WEBSITE_ENABLE_SYNC_UPDATE_SITE = false

PIPE504

504 What could I do to resolve this issue. I am grateful for any suggestions/input.

Thank you

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,287 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hoang Long Ngo 0 Reputation points
    2024-06-18T09:00:22.5433333+00:00

    ................................................................


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.