Open njappboy opened 7 years ago
Wondering if this PR fixes the issue I'm experiencing.
Made the changes outlined in the PR manually via azure portal and all is well once again. Steps
*
for the source port.Update: confirmed that using the wildcard for the 'source' port via the portal was all that was required to return my vagrant azure project back to working order.
Any timeline for when this patch will be released?
Vagrant version: Vagrant 1.9.5
vagrant plugin list
vagrant box list
I've tried upgrade to the pre8 version multiple times only to hit the same issue every attempt. I've remove the azure dummy box and removed pre7.
I install the latest dummy box and then install pre8, following the README instructions.
The issue I'm seeing is related to the NSG not being associated with the network interface.
I can
vagrant ssh
into the VM and see the http services running. Local wget and curl requests work from an ssh session using the machine's host name.The same requests fail when attempting to use the pip fqdn to reach the same port. I've confirmed that the inbound/outbound rules required to access the port are configured.
The same project works flawlessly with pre7 plugin version.
Any help would be appreciated as I would like to take advantage of the new optional vagrant-azure parameters to automating testing.
Please let me know if further information is required.