gpt4 book ai didi

azure - Windows Azure - 迁移问题

转载 作者:行者123 更新时间:2023-12-02 08:07:51 25 4
gpt4 key购买 nike

在对 Windows Azure 平台进行了全面概述之后,我仍然有一些疑问,希望您能解答。希望它对我以外的其他人也有用。

  1. One of my application uses sql server db for text data and second db which is just simply images db (folder structure own db) where images are stored and by using ftp my aplication can download/upload there. The question is: a) If i would go azure does "sql azure" is place where can i place my sql server db? b) What about my folder structure database - is there some place on azure storage i could put my folders containing images and configure ftp to it? I heard about BLOBS but can i ftp to it?

  2. Is there possibility to place Windows forms application to Azure that it could work as remote application which specific users could access instead of installing on every client machine?

  3. Regarding Worker role - is there possibility to just simply move Windows service application to azure as worker role or there are some things which has to be rebuilt to work in azure?

最佳答案

If i would go azure does "sql azure" is place where can i place my sql server db.

您绝对可以使用 SQL Azure 来托管您的 SQL 数据库。另一种选择是在虚拟机中使用 SQL Server。

What about my folder structure database - is there some place on azure storage i could put my folders containing images and configure ftp to it? I heard about BLOBS but can i ftp to it?

Blob 绝对是存储文件和文件夹的地方,尽管它们不支持 FTP。不过,有许多可用的存储资源管理器(免费和付费),您可以使用它们将文件和文件夹从本地计算机上传到 Azure Blob 存储。另一种选择是 Azure 文件存储。

Is there possibility to place Windows forms application to Azure that it could work as remote application which specific users could access instead of installing on every client machine?

是的,这是可能的。请查看Azure Remote App服务。

Regarding Worker role - is there possibility to just simply move Windows service application to azure as worker role or there are some things which has to be rebuilt to work in azure?

您无法将 Windows 服务应用程序按原样部署到辅助角色中。你必须稍微调整一下你的代码。您可能想要考虑的其他替代方案是将您的 Windows 服务托管在虚拟机中(据我所知,它应该不需要任何代码更改)或将您的 Windows 服务转换为 WebJob

关于azure - Windows Azure - 迁移问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34706598/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com