2
votes

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?

2

2 Answers

1
votes

Yes, you can do that, IS can manage different sites with host headers functionality

Host multiple Web sites on one server.

0
votes

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.