Install Azure-cli
npm install -g azure-cli
Get Azure account credentials
azure account download
Load Azure account credentials onto terminal
azure account import [filename].publishsettings
azure site create [name]
--git tie to existing git repo to the site
azure site list
azure site deploymentscript --node
azure site log tail