I have a VM on Azure running Windows Server and IIS. I have also set up a couple of websites that work fine within the VM.
I'm trying to access a website binded to port 80 using the public IP set up, nevertheless, I can't make it work.
So far, I've done the following:
- Allow port 80 in NSG
- Associated NSG to my subnet
- Open port 80 in Windows Server Firewall (right now, I have the firewall off completely just in the meantime I find the solution)
Could somebody shade some light on this problem?
Thanks!