Skip to content

Instantly share code, notes, and snippets.

@bobalob
Last active November 6, 2016 14:09
Show Gist options
  • Save bobalob/2bf386222895cfad7f8004d2591c68bc to your computer and use it in GitHub Desktop.
Save bobalob/2bf386222895cfad7f8004d2591c68bc to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install -y jq nodejs npm
sudo npm install -g azure-cli
sudo ln -s /usr/bin/nodejs /usr/bin/node
$ENV:PACKER_ARM_SUBSCRIPTION_ID = "" # Get-AzureRmSubscription
$ENV:PACKER_ARM_CLIENT_ID = "" # https://www.packer.io/docs/builders/azure-setup.html
$ENV:PACKER_ARM_CLIENT_SECRET = "" # Created with the openssl command here https://www.packer.io/docs/builders/azure-setup.html
$ENV:PACKER_ARM_OBJECT_ID = "" # https://www.packer.io/docs/builders/azure-setup.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment