1

I'm seeking some guidance for hosting websites on azure. I have a Umbraco website, which work fine on azure website. I also have an MVC application I want to host inside my umbraco site, but it has to be run as an application.

This work fine in IIS by converting the folder to a application, but there is no option to do this on azure.

Is there a easy way to convert the folder to a application inside my umbraco solution or do I have to create a virtual machine with web roles?

SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
nickknissen
  • 253
  • 2
  • 7

1 Answers1

1

If you need more control than just creating an Azure Website - you need to create an Azure VM or use an Azure Web Role hosted service.

SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173