I am trying to host an application on the Azure VM running Windows OS. It works perfectly fine on a local PC. I am to run the app on port 4001. When I type "http://<public IP>:4001 on the IE browser, it gives me the error, "page can't be displayed". So far, I have done the following:
1. disabled the firewall
2. set the IE enhanced security configuration as off
3. opened ports 443, 4001 and 80 from the Azure portal with second priority to the rule (first being the RDP rule)
I am not sure how to troubleshoot this. Please help