Azure Function: Publish fails with message “Web Deploy cannot modify the file on the Destination because it is locked by an external process.”

前端 未结 6 895
猫巷女王i
猫巷女王i 2021-02-01 13:25

I am developing an Azure Functions Project and when I publish first time, OK. Then I publish again, this Error appears:

Web Deploy cannot modify the file

6条回答
  •  爱一瞬间的悲伤
    2021-02-01 14:15

    Updated Response: Here is some documentation on steps you can take when your files are locked (besides manually restarting your app). https://github.com/projectkudu/kudu/wiki/Dealing-with-locked-files-during-deployment

提交回复
热议问题