Post(s) tagged Azure Web App Service

Azure Web App deploy error "Web Deploy cannot modify the file on the destination because it is locked by an external process"

As per the Microsoft Github issues link, you need to add the below key in your portal App Settings.

It can help resolve the locked file deployment error.

MSDEPLOY_RENAME_LOCKED_FILES = 1


Posted on March 20, 2022
Sponsors