我可以在 azure 中/在 azure 上使用 sql server 通过 wcf 运行 sftp 和同步框架吗?
我可以在云中运行 sftp 服务,以及通过 wcf 同步框架与 sqlexpress 客户端同步的 sql 服务器吗?我真的不知道天蓝色是否可以实现这样的事情? azure 是否只是作为一个普通的 Web 服务运行,后面有 sql server 或者......?
干杯
Can I run a sftp service in the cloud, and a sql server syncing with sqlexpress clients over sync framework with wcf? I have really no idea if such a thing is possible with azure? Does azure just work as a normal webservice with sql server behind or..?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。
最简单的方法是通过辅助角色来完成 sftp 部分,您可以在其中将 sftp 实现绑定到套接字端点。同步框架代码在这里也可能最有意义。
wcf 部分在 webrole 中可能会更容易。
Yes.
The easiest way is to accomplish the sftp portion is via a worker role where you can bind an sftp implementation to a socket endpoint. The sync framework code may make the most sense here as well.
The wcf portion will likely be easier in a webrole.