Deployment center stuck in "fetching deployment data" from GitHub

Luke Bordonaro 1 Reputation point
2020-07-24T14:19:38.457+00:00

I made an Azure web app service and set up Github automated deployment with Kudu. Things were working fine for a while; I managed to push to the Github master branch and have the automated deployment pick it up about 3 or 4 times. However, right now it's stuck. When I go to the Deployment Center, the loading icon stays there and it says "Fetching deployment data...". It stays like this indefinitely.

I also can't click any buttons at the top, so I can't refresh the deployment.

I've tried restarting the service from the Overview page, but that did not help. I also tried triggering a new build by pushing an empty commit, and that did nothing.

My site is also 400ing right now (whereas before I was able to see some responses). I'm assuming this is related but I'm not positive.

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

1 answer

Sort by: Most helpful
  1. BhargaviAnnadevara-MSFT 5,466 Reputation points
    2020-07-29T21:28:22.223+00:00

    Hello @Luke Bordonaro ,

    Thank you for those details. Your issue seems somewhat similar to this one: https://developercommunity.visualstudio.com/content/problem/961208/deployment-center-stuck-on-fetching-deployment-dat.html.

    Would it be possible for you to scale your app up and down and check if that helps? Do the deployments on Kudu show any errors?
    Regarding the 400s, you might want to enable diagnostics logging for apps in Azure App Service to troubleshoot further.
    Here is another similar post with a few workarounds you might want to consider.

    Please give these a try and let us know if you still see issues.