问题
When I check in my modifications to Visual Studio Online, an automatic deployment of the Azure website is done.
Is there a way to just replace some files in the Azure website, without deploying the whole website?
回答1:
You can login to the site via FTP. Or you can use ServerExplorer in VisualStudio 2013 and modify files there:

回答2:
You can also use the Kudu Debug Console to change files in your site. Go to http:// [yoursite].scm.azurewebsites.net/DebugConsole and log in with your FTP credentials
回答3:
If you have publishing profile for azure loaded in your website then It is possible to select just your aspx pages(for design changes) .Right click aspx page and publish.
In case of code changes,full project must be published as code goes into dll's.
来源:https://stackoverflow.com/questions/24570101/can-you-replace-selected-files-in-an-azure-website-without-deploying-the-whole-w