Windows Azure Web 应用程序托管

发布于 2024-12-05 06:14:24 字数 1540 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦纸 2024-12-12 06:14:25

具体来说:

  1. 是的,然后您可以将域名指向用于您的系统的 Azure 主机
  2. Azure 为您的应用程序提供一个主机:您可以从 Visual Studio 直接发布到该主机。
  3. 是的,SQL Azure 对于小型应用程序来说可能很昂贵:它可能不是最佳选择。

与许多基于云的解决方案一样,Azure 真正适用于需要轻松扩展且需要最少停机时间的应用程序。

如果您只与少数用户合作,您可能会发现最好使用共享主机或共享虚拟主机。

共享主机是最便宜的选择(每月几美元),但您很可能会在该主机上可以执行的操作、磁盘空间、数据库访问等方面受到限制。

虚拟主机可能是最好的选择。再花几美元,您就可以获得一个大小合理的虚拟机的管理员访问权限,您可以在其中安装任何东西,包括 MySQL 等数据库。主要缺点是您需要自己通过补丁等使服务器保持最新状态,并且使用服务器场将应用程序扩展到数百个并发用户以上将更加困难。

Specifically:

  1. Yes, you can then point your domain name to the Azure host used for your system
  2. Azure provides a host for your application: you can publish directly to this from Visual Studio.
  3. Yes, SQL Azure can be expensive for small applications: it's probably not the best choice for that.

Azure, like many cloud-based solutions, is really intended for applications that need to scale easily and where a minimum of down-time is essential.

If you're working with only a few users, you might find it better to use either shared hosting or a shared virtual host instead.

Shared hosting is the cheapest option (a few dollars per month) but you'll most likely be restricted in what you can do on that host, disk space, database access and so on.

A virtual host might be the best bet. For a few dollars more you'll get Administrator access to a reasonable sized virtual machine where you can install anything, including a database such as MySQL. The main drawback is that you'll need to keep the server up-to-date with patches etc. yourself and that scaling the application beyond a few hundred simultaneous users with a server farm will be harder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文