I have an Azure VM with IIS and 2 websites. On the 1st site, I configured the bindings to point to: support.mydomain.com on port 80. On the 2nd site, I configured the bindings to point to: dev.mydomain.com on port 80.
I then added A records to DNS for support.mydomain.com and dev.mydomain.com to both point to the azure VIP (external) IP address. When I navigate to either support.mydomain.com or dev.mydomain.com I get the support.mydomain.com site,
which is the site that was installed 1st.
Is there some other setting that I am missing?
Is there some other setting that I am missing?