................................................................
504.0 GatewayTimeout when deploying to Azure WebApp
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
What could I do to resolve this issue. I am grateful for any suggestions/input.
Thank you