Is it possible to host multiple websites with different domain names on a single Azure Web Sites instance in shared or standard mode? If so, how does one go about doing this?
E.g., in my test instance, all requests are served up from the "site\wwwroot" directory. I would like to be able to have example.com served up from "site\example.com" and example.org served up from "site\example.org", but I don't see a way to set this up from within the online Azure management GUI. I can add both domains via "Manage Domains", but I don't see a way to have them serve out different sets of files.
Note that there are several discussions here and elsewhere about hosting multiple sites on a single Azure Cloud Services instance, but I am specifically inquiring about doing so on an Azure Web Sites instance.