是否有替代 azure 来移植 .net 应用程序
我们有一个 .net 应用程序,我们计划将其迁移到云端。我听到很多人说它的 .net 应用程序是否适合 azure。 在易于移植和定价方面是否有其他替代方案 谢谢 普拉迪
We are having a .net application which we plan to move to the cloud. I hear a lot of people say if its .net app go for azure.
Are there any other alternatives for it in terms of ease of porting and pricing
Thanks
Prady
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能想查看 AppHarbor。 AppHarbor 是一个构建在 Amazon 之上的 .Net PaaS。一方面,您可以获得 Amazon 的可移植性和基础设施,但另一方面,它们提供了 Azure 提供的许多丰富服务,例如后台任务和服务。负载平衡以及一些它不喜欢的第三方附加组件、极其简单的部署等等。
You might want to check out AppHarbor. AppHarbor is a .Net PaaS built on top of Amazon. On the one hand you get the portability and infrastructure of Amazon but on the other they provide a number of the rich services that Azure offers such as background tasks & load balancing plus some that it doesn't like 3rd party add-ons, dead-simple deployment and more.
亚马逊是一个可能的选择 - http://aws.amazon.com/net/
Amazon is a possible option - http://aws.amazon.com/net/
您无需将代码移植到 .Net 即可在 Azure 中运行。几乎所有适用于 Windows Server 2008 的运行时/语言都适用于 Azure。我已经为各种项目放置了大量本机(C/C++)代码。
还有很多关于如何运行 Java、PHP 等的文档。
You don't need to port code to .Net to run in Azure. Pretty much every runtime/language that works on Windows Server 2008 works on Azure. I've put a lot of native (C/C++) code up for various projects.
There are a lot of docs on how to run Java, PHP, etc. as well.