Azure Cloud Services - Publish incremental changes only -


i have c# asp.net mvc4 web role deployed on windows azure cloud services using package , publish. first time uploaded entire package , site has been running fine. when wanted publish next set of changes, publish option trying upload entire package again.

i have configured remote desktop , web deploy , enabled incremental updates per guidelines stated in article publishing cloud service using windows azure tools.

but seems not working , publish trying upload entire package again , again. has faced issue , come fix?

nope.

currently there no out-of-the-box solution support incremental changes deploy.

when working cloud services highly suggest not use web deploy else development/testing. reason changes made via web-deploy , other non-full-package-upload process wiped out instance in being recycled/healed.

i've been working on project allow rolling out partial changes. unfortunately supports update "bin" folder currently. can take @ this project here. starting point @ least.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -