You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2021. It is now read-only.
I'm using the v2.0.0 on Windows 10.
I am following the steps in the current README.md, having now all az set up, logged in and environment variables set.
Now, using the sample/default Vagrantfile from the README for config.vm.box = 'azure' fails for me with this:
PS D:\_\vagrant\vagrant-azure> vagrant up --provider=azureThere are errors in the configuration of this machine. Please fixthe following errors and try again:SSH:* `private_key_path` file must exist: ~/.ssh/id_rsaPS D:\_\vagrant\vagrant-azure>
Is there anything missing from the docs about the SSH private key and ~/.ssh/id_rsa path?
Is user supposed to ssh-keygen-generate it prior provisioning the VM? It is the host location, isn't it?
I'm using the v2.0.0 on Windows 10.
I am following the steps in the current README.md, having now all
azset up, logged in and environment variables set.Now, using the sample/default
Vagrantfilefrom the README forconfig.vm.box = 'azure'fails for me with this:~/.ssh/id_rsapath?ssh-keygen-generate it prior provisioning the VM? It is the host location, isn't it?