.net 核心是否可用于 Azure Web 应用程序?

.net 核心是否可用于 Azure Web 应用程序?

问题描述:

.net core(dnxcore50) 是否可用于 Azure Web 应用程序?我只能在应用设置菜单中看到 3.5/4.6 可用.我的意思不是正式的(因为现在是 rc),而是出于测试目的.谢谢.

Is .net core(dnxcore50) available on Azure web apps? I can only see 3.5/4.6 available in the app settings menu. I mean not officially(as it is rc now) but for testing purposes. Thanks.

是的,它是可用的.可以将基于 ASP.NET 5 CoreCLR 的应用程序部署到 Azure 网站.甚至可以使用 Platform Handler.

Yes, it is available. You can deploy an ASP.NET 5 CoreCLR based application to Azure Websites. Even Platform Handler is available.

如果您使用的是 VS2015,那么您可以简单地从 VS 发布.

If you're using VS2015 then you can simply publish from VS.