Skip to content

Instantly share code, notes, and snippets.

@glennblock
Created December 25, 2012 01:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save glennblock/4371258 to your computer and use it in GitHub Desktop.
azure site list | grep 'Running' | awk '{system("azure site config clear foo "$2)}'
azure site list | grep 'Running' | awk '{system("azure site config add foo=bar "$2)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment