c# - How to keep files without overwriting in Azure -
we using azure our application. everytime deploy new version of application through visual studio removes files azure storage , puts fresh version local files. want leave files on server un-touched, when deploy new version these special files won't overwritten local version. possible? have lucene indexes don't want overwrite , dont want move blob storage either.
set localstorage::cleanonrecycle attribute of service definition false:
Comments
Post a Comment