Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
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.