Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,223 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have been deploying my node.js web application to Azure Web App via local git for months without incident.
I created a new Azure Web App service in another region (other settings are the same) to deploy my app. I'm doing the same process:
With Local Git as source, I always get the error "Failed to get status of deployment", tried multiple times.
In the VC Code output panel it only shows 3 lines:
Starting deployment...
Deploying Local Git repository to "*******"...
Error: Failed to get status of deployment.
When I used "none" as the deployment source, it worked.
What could be the cause of this error? Where can I see details of the deployment logs?
Thanks!