I just created a new Ubuntu 14.04 virtual machine in Microsoft Azure using the (recommended) resource manager deployment model. The following screenshots show the deployment configuration and resulting resources:

Once it was deployed, I accessed the VM using SSH through the public IP address, logged in and installed nginx. I left it with the default setting and made "curl localhost" to make the web server work.
Then I went to the network security group resource and added the βAllowβ rule for port 80 for the Inbox rules:

Then I opened the browser and tried to request the public IP address associated with the network adapter, and got a connection timeout.
Edit: I can access by disconnecting the NSG from the NIC, but if I reassociate it, I will be blocked again after a few minutes.
I tried using the same process to configure a Windows Server virtual machine using IIS, but I get the same result.
What am I missing here?
I do not get errors when performing the same setup using the classic deployment model, this only happens when I try to use the recommended resource manager model.
source share