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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly