I am going to be pretty basic here, so I apologize at the start ;)....We are attempting to setup a web server for our customer applications in Azure. We need to setup the website with multiple subdomains i.e. ourcompany.com is the main site but we will have customer1.outcompany.com, customer2.ourcompany.com, etc....
I have a domain name registered with GoDaddy. I have a virtual machine up and running. I have a test website up and running and can access it externally ( the net ) so I do have endpoints figured out at minimum.
Example. the current virtual server is ourcompany01.cloudapp.net . Our registered domain name is ourcompany.com.
Using our domain registrar,I am able to point ourcompany.com to ourcompany01.cloudapp.net.
The problem is that I want our customers to see ourcompany.com not ourcompany01.cloudapp.net in the browser.
How do I make that happen and also allow for the subddomains?
Any help would be greatly apprciated as I am under the proverbial gun to make this happen!!!!