Skip to content

Instantly share code, notes, and snippets.

@mlapida
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlapida/f33ee47bc801a78e298f to your computer and use it in GitHub Desktop.
Save mlapida/f33ee47bc801a78e298f to your computer and use it in GitHub Desktop.
knife azure server create --azure-dns-name aos-chef-poc-01 --azure-vm-size Small `
--azure-source-image 'a699494373c04fc0bc8f2bb1389d6106__Windows-Server-2012-R2-201409.01-en.us-127GB.vhd' --azure-service-location 'West US' `
--winrm-user myadmin --winrm-password 'P@ssw0rd' --bootstrap-protocol winrm --distro 'windows-chef-client-msi'
@mlapida
Copy link
Author

mlapida commented Dec 16, 2014

This knife command (for Chef) should create an Azure VM and bootstrap it, but the bootstrap portion fails after waiting 0.01 seconds for the host to respond. This is clearly a bug.

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