Reputation:
I Have created a virtual machine on azure and hosted one web applications(react and nodejs web app) with iis web server.
Now I want to create a one more (Wordpress) web applications with same Virtual machine on iis web server.
Is it possible in azure to host multiple websites with same ip address of virtual machine?
Upvotes: 2
Views: 2471
Reputation: 3504
Hosting multiple websites is supported by IIS.
If you want to share same port number for multiple websites, then please remember to specify public domain name for each site.
If you don't have so much public domain and you just want to access your website via External Firewall IP address, then please set different Port number for them.
Upvotes: 0
Reputation: 222722
Yes, you can do that, IS can manage different sites with host headers functionality
Host multiple Web sites on one server.
Upvotes: 1