Share via

Slow Deploys

James 1 Reputation point
2022-02-01T01:42:09.483+00:00

I'm deploying a relatively small django app with azure app services, only 1 production deployment slot and my deploys take an excruciating amount of time, sometimes upwards of 15 minutes. Is this normal with azure app services, or am I doing something wrong? What's the best way to debug, i can't seem to see anything in the "Log stream" section of the app

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Jeremy Brooks 602 Reputation points Microsoft Employee
    2022-02-02T02:52:55.7+00:00

    Is this Linux or windows? If windows check the logs under the deployment logs folder D:/home/site/deployments. If Linux likely the container logs should shed some light.

    The other thing to keep in mind is the kudu endpoint does the deployment so if your application is under resource pressure (high memory or high cpu) this can cause slower deployments.

    Was this answer helpful?

    0 comments No comments

Your answer

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