.NET框架与Azure和Windows Server兼容

时间:2016-07-08 06:17:55

标签: .net azure

我正在将一段代码移动到Azure中的服务角色。

我不得不调整一些部分以使它们与Azure一起工作,我期待一些,但现在有很多,代码与原始版本不兼容。

我的计划是在混合环境云/自有服务器上部署此服务,那么我是否可以使用任何.NET框架来调整我的代码并能够在云和我自己的服务器上工作?

1 个答案:

答案 0 :(得分:0)

@GBrian,我认为您不必担心.NET Framework与Azure Cloud Service和Windows Server的兼容性问题。

只需要考虑您在Azure上需要哪些服务,请参考article进行选择,并参考tutorial开始使用。

使用Visual Studio将内部部署应用程序迁移到Azure Cloud Service更加容易。有两篇文章可以为您提供指导,请参阅下文。

  1. How to: Migrate and Publish a Web Application to an Azure Cloud Service from Visual Studio
  2. Migrate Existing ASP.NET Website to Azure Cloud Services