After creating an Azure Windows VM, how does bootstrapping (winrm or ssh) completed?
I'm using knife azure and using either winrm or ssh, the VM is created but fails to bootstrap.
Do I have to start with an image / VHD that already has winrm or ssh set up appropriately for the bootstrap to work?
Updated to add:
Before any WinRM related knife subcommands will function correctly a node's WinRM installation must be configured correctly. The below settings should be added to your base server image (AMI) or passed in using some sort of user-data mechanism provided by your cloud provider.