user6420794
user6420794

Reputation:

Host Multiple websites on azure virtual machine

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

Answers (2)

Jokies Ding
Jokies Ding

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

Sajeetharan
Sajeetharan

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

Related Questions