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 t
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 supported.
* it might not work at all. I am not aware of anyone who did this.