vagrant-azure icon indicating copy to clipboard operation
vagrant-azure copied to clipboard

Enable Vagrant to manage virtual machines in Microsoft Azure

Results 51 vagrant-azure issues
Sort by recently updated
recently updated
newest added

When I put in a custom marketplace image (which I have enabled programmatic deployment in my subscription) I get the following error: "Creating a virtual machine from Marketplace image requires...

I'm using the v2.0.0 on Windows 10. I am following the steps in the current [README.md](https://github.com/Azure/vagrant-azure/blob/4e8e6ebe0ed0149053969b2d27262177e61e054a/README.md), having now all `az` set up, logged in and environment variables set. Now, using...

This will allow custom script to run immediately after Linux VM guest is provisioned. For example, disable requiretty in sudoers file. I am surprised no one has asked for this...

enhancement

I seem to be stuck waiting for WinRM. I'm pretty confident that this isn't a networking issue my end or in Azure as I've been building Packer images in the...

Do we plan to allow the plugin to work with images hosted on a Shared Image Gallery? >Shared Image Gallery https://docs.microsoft.com/en-us/azure/virtual-machines/windows/shared-image-galleries Today we see the following error when trying to...

The old link points to a 404 - Page not found

Host - Debain Vagrant 2.2.3 When I attempt to run: vagrant plugin install vagrant-azure I get the following error: ------------------ Bundler, the underlying system Vagrant uses to install plugins, reported...

I have followed the instructions on getting the tenant Id, client Id and client secret using Azure CLI and I have adjusted my Vagrantfile accordingly. However, when executing `vagrant up...

I do not want my data disks to be created as Premium SSDs. I have looked through the code and it seems like the parameters from the `data_disks` array are...

Hi, I'm working on a (bash-script generated) Vagrantfile that up a big amount (100+) of machines on Azure. The thing is that I only have 60 public IP available, and...