Deploy multiple Web Sites to one Azure service or any other best option

Hi,

I am new to windows azure. I have requirement that I have to achieve. I have searched on the google but it was not useful. I have to deploy multiple web sites to 1 cloud service. Is there any possibility? I will make them ssl enabled with multiple certificates in one cloud service.

So url's will be like: https:// mysite/Home/

https:// mysite2/Home/

https:// mysite3/Home/

Actually my requirement is I should be able to deploy multiple web site and able to change the web.config after deployment. I think this we can do by enabling remote machine to the cloud service. After that we can login to remote machine and change the web.config file through iis manager. Am I correct?

Do we have any best way to achieve the requirement? I have to consider the minimum cost for this. Please suggest best option.

Thanks


  • Edited by Kalim Khan Monday, September 07, 2015 10:37 AM
September 7th, 2015 10:29am

Hi,

 Hope the Following Articles on how to configure a web role for multiple web sites is useful.
 https://msdn.microsoft.com/en-us/library/azure/gg433110.aspx
 https://michaelcollier.wordpress.com/2013/01/14/multiple-sites-in-a-web-role/
 
Regards,
Nithin Rathnakar


Free Windows Admin Tool Kit Click here and download it now
September 7th, 2015 1:04pm

Nithin.Rathnakar wrote great answer for your question. In addition, do you have some special reason why do you want to have multiple web sites on one cloud service? What about to use Azure Virtual Machine or Azure Web Apps? All three choices have very similar costs. I can really recommend Azure Web Apps. You can create multiple web sites in one pricing plan and share system resources. All your apps can have own domain, certificate etc... In addition, in my opinion is more practical to measure and diagnose your app separately (for example using Application Insights).

http://azure.microsoft.com/en-us/services/app-service/web

September 7th, 2015 5:55pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics