Troubleshooting deployments failing with no error message
This error might pop up if your project's files were recently upgraded/updated to the latest version. Any deployment you try will end up failing instantly.

Deployment failed
This error is caused by leftover upgrade markers interfering with the Deploy process. This might happen if your environment was restarted during the upgrade, or the upgrade process encountered some issues.
- 1.Access KUDU on the source environment (the one you are deploying from)
- 2.Navigate to
site
>locks
folder - 3.In the folder, there should be a file named
upgrading
. Remove it - 4.Repeat the operation on the target environment - it might also have the leftover marker
Once the leftover marker files are removed, your deployments should go through without problems.
Last modified 8d ago