Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4031280
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:34:40+00:00 2026-05-20T11:34:40+00:00

It is possible have a bunch of web apps running in one windows azure

  • 0

It is possible have a bunch of web apps running in one windows azure small compute instance?

I am looking at using Azure as a place to sit a bunch of projects (web apps) that are in dev and non-production ready. Some are actually moth-balled, but I’d like to have an active instance of them somewhere. I don’t want to pay for separate compute hours for each app, that is just sitting there 90 % of the time.

The other option I am considering to get a shared hosting account for these projects.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T11:34:40+00:00Added an answer on May 20, 2026 at 11:34 am

    Yes, it is now possible with the latest Azure platform updates that were released late 2010.

    You have to make the appropriate config changes in your Azure Project’s service definition file. Below is an example of multiple sites on the same domain. The Register site is using an https endpoint (you must also configure your cert) and the rest are using http. The Public site does not specify a host header and will catch anything not explicity specified. This is great when you have one app that needs to handle multiple subdomains (like shopify). In order to make this work you need to have a dns that allows wildcard cnames (GoDaddy dns does not). Obviously, you also need a cname record that points to azure for each of the other subdomains. One other thing to note in this example is that the physicalDirectory for the apps are relative to the Azure Project. Hope this helps!

    Here’s a link that may help: http://msdn.microsoft.com/en-us/library/gg433110.aspx

        <?xml version="1.0" encoding="utf-8"?>
    <ServiceDefinition name="SampleAzureProject" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
      <WebRole name="RegisterSite_WebRole">
        <Sites>
          <Site name="RegisterSite" physicalDirectory="..\RegisterSite">
            <Bindings>
              <Binding name="RegisterBinding" endpointName="Endpoint1" hostHeader="register.sample.com" />
            </Bindings>
          </Site>
          <Site name="PublicSite" physicalDirectory="..\PublicSite">
            <Bindings>
              <Binding name="PublicBinding" endpointName="Endpoint2" hostHeader="" />
            </Bindings>
          </Site>
          <Site name="ManageSite" physicalDirectory="..\ManageSite">
            <Bindings>
              <Binding name="ManageBinding" endpointName="Endpoint2" hostHeader="manage.sample.com" />
            </Bindings>
          </Site>
          <Site name="MarketingSite" physicalDirectory="..\MarketingSite">
            <Bindings>
              <Binding name="MarketingBinding" endpointName="Endpoint2"  hostHeader="www.sample.com" />
            </Bindings>
          </Site>
        </Sites>
        <Endpoints>
          <InputEndpoint name="Endpoint1" protocol="https" port="443" certificate="SampleReg" />
          <InputEndpoint name="Endpoint2" protocol="http" port="80" />
        </Endpoints>
        <Imports>
          <Import moduleName="Diagnostics" />
        </Imports>
        <Certificates>
          <Certificate name="SampleReg" storeLocation="LocalMachine" storeName="My" />
        </Certificates>
      </WebRole>
    </ServiceDefinition>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm adding web tests to my project using Selenium. I already have a bunch
I have been developing a small application in Python using the Web.py framework that
I have an ASP.NET web application that uses jQuery on client side. On one
Is it possible or feasible to run a bunch off web sites off of
I have a client with a subsidiary doing web development using ColdFusion to support
Have a bunch of pdf files I want to display on a web page
I have this Linked Web(?) data structure ie. each object has a bunch of
We have a bunch of .js files in a web application which are not
Say that I have a bunch of PDF documents on my web server uploaded
I have a web service which generates a bunch of files on the server

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.