6
votes

There are a lot of articles on Asp.Net Core 1.0 and its cross-platform features. I know that it's possible to deploy it to Linux, OSX, Windows. I've read a lot fo step-by-step articles how to do that. But I still have no ideas how to publish it as Cloud Service Web Role in Azure project.

I have a huge distributed system including Web roles, Worker roles and Cache Worker role. Thinking of Asp.Net Core 1.0 and this I faced with next problems:

  1. Is it possible to deploy Asp.Net MVC Core site as Web role of Azure project? Or I should host it on Worker Role?
  2. Is there ready-to-use Azure Emulator for Linux? In other words, how to debug my distributed system with this "cross-platform" if I decide migrate and host my system on Linux?
1
@douglas-thomas, yes. Both about publishing o Azure as site or web application. But i'm talking about cloud service (web role)Adel Nazirov
Would also like to deploy Asp.Net core to Web roles..mms
now it is .Net Core 2.0 and no Web roles support yet ... Web App or Service FabricVladimir

1 Answers