ASP.NET 5 web application as Azure Web Role?
We have a ASP.NET 5 web application in our solution. Typically, we could right click on the Cloud Service "Roles" item and add a new role from an existing project in the solution. But it cannot identity this project as a Web Role: How are we able to host a ASP.NET 5 project in a Azure Web Role? Edit: We are using Azure SDK 2.7 Sorry, we don't support WebRoles at the moment. You might* be able to hack your way around but officially there is no support. That means that any hack you do, will be in a text editor, not from tooling. However, you can use an Azure WebSite instead. That's fully