For a pet project I'm attempting to spin up a VM on Azure that can run as my webserver, providing an Umbraco powered site, as well as some other web applications (such as a forum + planner) that require PHP. Now I've followed the steps of every guide out there, but I cannot get an external connection through to the VM's IIS and I can't find out why.
I'm hoping someone else has been through the pain that I'm currently experiencing and might point me in the direction of whatever setting I'm missing.
- Spun up the VM with Server 2012 R2.
- Configured it to run IIS.
- Installed Umbraco, disabling the default web site and setting the Umbraco site as my default on port 80.
- Checked that http://localhost maps to Umbraco - this works.
So after I had it running internally, I started tackling the external connection setup.
- Navigated to the Network Security group, and added the inbound Http rule on Port 80.
- Disabled Windows Firewall entirely for the sake of testing.
- Added a custom dns name to the front of the xxx.[azurecloudappurl].com
Now my requests resolve but then timeout and I can't see why or where? Has anyone else experienced this? Every guide states that it should be as easy as this.