Build and Deployment Flashcards
manage client & server side build tasks using azure and on-prem deployments
1
Q
FTP - Web Deployment
A
Use any FTP client to deploy files
Does not support version control
2
Q
Kudu - Web Deployment
A
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
3
Q
Web Deploy - Web Deployment
A
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