Deployment .netcore 2.0 web application to azure webapps takes more than 45 mins

Deployment .netcore 2.0 web application to azure webapps takes more than 45 mins

In the logs we see “Successfully deployed to Azure. 0 objects added. 322 objects updated. 2 objects deleted.”

Hi Santhana,

Thanks for getting in touch.

There could be a number of reasons that a deployment takes a long time:

  • The size of the package
  • The number of files in the package - a large number of small files can be very chatty with the Azure SCM endpoint
  • Building the .Net Core app as a self-contained application will cause the .Net Core runtime to be included and make the package bigger
  • Slow network speed

Can you provide a task log for the Web App deployment, so that I can investigate it further.
You can also try checking the File Comparision Method on the Web App Deployment step. If it is set to Checksum it can cause the deployment to take longer.

Regards
Ben

Hi Benpearce,

File Comparison Method is already set to false.

Hi Santhana, thanks for following up.

Would you be able to provide a task log for your Web App deployment as Ben previously asked for, please? We require the logs so that we can investigate this issue for you.

Regards,
Shaun