Skip to content

Instantly share code, notes, and snippets.

@jyek
Last active August 29, 2015 13:57
Show Gist options
  • Save jyek/9793170 to your computer and use it in GitHub Desktop.
Save jyek/9793170 to your computer and use it in GitHub Desktop.

Azure CLI Notes

Installation

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

Source

Create Azure site

azure site create [name]
--git tie to existing git repo to the site

List sites

azure site list

Deployment script

azure site deploymentscript --node

Site log

azure site log tail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment