I would like to have a single Azure Cloud Service including two web applications. Both applications should have the same inbound port number (80) and differ in host headers only.
Is it possible to configure these applications as different web roles? As I see it's not possible to specify the same port as an endpoint of different roles.