FTP - Web Deployment
Use any FTP client to deploy files
Does not support version control
Kudu - Web Deployment
push code from Hit/Mercurial or OneDrive/Dropbox
Supports VCS, package restore, MSBuild, and Web Hooks
Continuous Deployment / autosync from VCS
content sync
Repository based deployment with manual sync from local Git repo
Web Deploy - Web Deployment
Deploy strait from VS Supports diff-only deployment Supports database creation App binaries built before deployment Web Deploy packages are zip files that include web app & dependencies