Search code examples
asp.net-mvcazureumbracoazure-web-app-serviceazure-vm-role

Web application inside website


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?


Solution

  • 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.