Asp.Net Core MVC on Azure Cloud Services?

There are many articles and cross-platform features in Asp.Net Core 1.0. I know that you can deploy it to Linux, OSX, Windows. I have read many step-by-step articles on how to do this. But I still have no idea how to publish it as the role of the Cloud Service web role in the Azure project.

I have a huge distributed system, including roles on the Internet, roles of workers and a role of a cache. Thinking about Asp.Net Core 1.0, and I ran into the following problems:

  • Is it possible to deploy an Asp.Net MVC Core site as an Azure project web role? Or should I place him on the role of a worker?
  • Is there a ready-to-use Azure Emulator for Linux? In other words, how to debug my distributed system using this cross-platform system if I decide to migrate and host my system on Linux?
+6
source share

Source: https://habr.com/ru/post/1257740/


All Articles