-
Notifications
You must be signed in to change notification settings - Fork 652
Unable to push to Azure Web App for Container using git #2670
Comments
The push is successful but it's failing during the deployment step. Can you see if /home/site/repository/vendor/bin/phpcs exists via Kudu Console? |
Yes. It was existing via the Kudu Console and it was failing to delete as well. Had to rescale the app service plan to get the storage unlinked correctly. Even restarting the web app did not fix this issue... I have seen some weird permission denied errors as well while trying to delete a file even when the container web app is stopped. More info - https://twitter.com/Blueelvis_RoXXX/status/955873765644103680 |
I had met similar issue. |
@nickwalkmsft - It seems the issue is occurring because KuduSync is not able to traverse symlinks properly. This issue becomes more prominent when there is an issue with the Azure Storage in the backend which makes the storage read only for some time and deployments start failing. I have raised an issue for Kudusync over here as well - projectkudu/KuduSync#35 |
+@rramachand21 to help with Linux questions, as @nickwalkmsft is now working on other things. |
Hi If the problem persists and is related to running it on Azure App Service, please open a support incident in Azure: This way we can better track and assist you on this case Thanks, Joaquin Vano |
Repro steps.
Project structures.
The log/error given by the failure.
Mention any other details that might be useful.
It is just not pushing. On push, I receive the following error on the git terminal -
Any idea what is happening?
The text was updated successfully, but these errors were encountered: