Last active
November 6, 2016 14:09
-
-
Save bobalob/2bf386222895cfad7f8004d2591c68bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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