Can I run more than one web site on an Azure Web Role ?
No. You can only set up one site or app per Azure Web Role and so you cannot run multiple sites or apps for a single Web Role. This can make hosting several small sites quite expensive on Azure as each will require a separate Web Role and billing is done on a per role basis.




No comments yet... Be the first to leave a reply!