简体   繁体   English

Azure移动服务:迁移到非Azure Windows Server

[英]Azure Mobile Services: migrate to non-Azure Windows Server

I am planning to use Windows Azure Mobile Services for a new project. 我打算将Windows Azure移动服务用于新项目。 As far as I am concerned, Mobile Services are closely tied to Windows Azure. 就我而言,移动服务与Windows Azure紧密相关。 So far, I'm pretty happy with Windows Azure. 到目前为止,我对Windows Azure感到非常满意。

What if, in the future, I decide to port the functionality to a non-Azure Windows Server? 如果将来我决定将功能移植到非Azure Windows Server上怎么办? Is there a way to migrate an infrastructure built using Azure Mobile Services to a non-Azure Windows Server? 是否可以将使用Azure移动服务构建的基础结构迁移到非Azure Windows Server?

I understand that Azure Mobile Services is a wrapper of common functionality that runs on top of Windows Server. 我了解Azure移动服务是在Windows Server之上运行的常用功能的包装。

Thank you in advance for your replies and comments. 预先感谢您的答复和评论。

It is entirely possible to move the .NET runtime - This is just an ASP.NET Web API site, and it can be hosted anywhere that you might run ASP.NET. 完全可以移动.NET运行时-这只是一个ASP.NET Web API站点,它可以承载在您可能运行ASP.NET的任何位置。 However, some features such as the login functionality will not be available. 但是,某些功能(例如登录功能)将不可用。

For the Node.JS runtime, the actual process running the site is not available, so a migration would not really be possible. 对于Node.JS运行时,运行站点的实际进程不可用,因此迁移实际上是不可能的。 Although you could modify your scripts and move them into any Express site, I imagine this is not what you had in mind. 尽管您可以修改脚本并将其移至任何Express网站,但我认为这并不是您的初衷。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM