vagrant-azure
vagrant-azure copied to clipboard
Enable Vagrant to manage virtual machines in Microsoft Azure
I've been unable to successfully configure this to use an existing VNet & Subnet and instead prefers to create a new of each. Is this ability supported?
When you don't have any tcp_endpoints directive in the Vagrantfile, vagrant is creating two rules to allow traffic from/to port 8443: ``` 8443 Inbound custom_rule_inbound_0 133 * 8443 Outbound custom_rule_outbound_0...
When explicitly setting the endpoint url in Vagrantfile ``` Vagrant.configure('2') do |config| config.vm.box = 'azure' config.vm.provider :azure do |azure, override| azure.endpoint = 'https://management.microsoftazure.de' ... end end ``` the configured value...
Hi, I'm trying to get the azure provider running with **AzureGermanCloud** and have encountered some problems. The first one is that I cannot configure the provider to use endpoint URLs...
I have a vagrant/ansible setup for creating servers on Azure which has worked fine for the past couple of years, and was recently modified to allow us to specify different...
Enhancement proposal: User Story: As a developer leveraging Windows guests OSes, I want to use vagrant to define an initial script to deliver into the VM, using Azure IaaS VM...
Hi, When I try to specify a source blob for a dataDisk I get the following error response body from the vm deploy. ``` "body": "{\"status\":\"Failed\",\"error\":{\"code\":\"DeploymentFailed\",\"m essage\":\"At least one resource...
I would like to execute multiple VM inside a consistently named resource group. This makes it easier for me to keep track of the resources I am managing with vagrant-azure
Vagrant version: Vagrant 1.9.5 `vagrant plugin list` ``` vagrant-azure (2.0.0.pre8) - Version Constraint: 2.0.0.pre8 vagrant-digitalocean (0.9.1) vagrant-docker-compose (1.3.0) vagrant-share (1.1.8, system) vagrant-vbguest (0.13.0) ``` `vagrant box list` ``` azure (azure,...
PS C:\dev\ngdw-demo> vagrant up There are errors in the configuration of this machine. Please fix the following errors and try again: Microsoft Azure Provider: * The following settings shouldn't exist:...