David Justice
David Justice
/remove-lifecycle stale
Thank you for the nudge. I've been meaning to fix those for a little bit now.
Yep... We need to add this. Thank you for pointing it out.
~~I'm going to add custom_data and a custom script extension this next week.~~ The are slightly different. Custom Data: https://docs.microsoft.com/en-us/azure/virtual-machines/virtual-machines-windows-classic-inject-custom-data Custom Script Extension: https://docs.microsoft.com/en-us/azure/virtual-machines/virtual-machines-windows-classic-extensions-customscript I think most Linux folks with...
@avishnyakov it might be able to depending on the configuration of your base image. The Azure provisioning script provides a hook to run some script on the machine via the...
I think you missed out on running the following command. ``` vagrant box add azure https://github.com/azure/vagrant-azure/raw/v2.0/dummy.box ```
Please ping back if that fixes your issue.
The folder sync protocol actually a part of Vagrant core. I believe you want to use winrm to sync your folder, if in fact, you want to sync your folder,...
Though I don't think public IP is optional right now, Vagrant-Azure could definitely deploy those machines without the public ip, but you would not be able to connect to sync...
Should the tags be custom definable in the Vagrant file? Perhaps, all the resources are tagged with {provisioner: vagrant}. The vagrant file could have a `tags` hash attribute exposed, and...