是什么让项目适合 Azure/云?

发布于 2024-08-26 15:12:43 字数 135 浏览 6 评论 0原文

我已经阅读过有关 Windows Azure 的内容,但为了深入了解这项技术,我(显然)需要使用它。我有一个小型 ASP.NET 网站,流量很少,我认为在 Azure 上托管该网站会节省我的钱。除此之外,还有哪些因素会影响项目适合云?

谢谢

I have read about Windows Azure but to get deeper into this technology, I need to (obviously) use it. I have a small ASP.NET site which gets little traffic and I am thinking that hosting this on Azure would save me money. Other than this, what other factors would contribute to a project being suitable for the cloud?

Thanks

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

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

发布评论

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

评论(2

溺孤伤于心 2024-09-02 15:12:43

云通常包含四个基本原则:

  • 抽象 - 在不知道如何获得结果的情况下获得结果(例如,无需亲自杀牛就能吃牛排)
  • 弹性< /strong> - 能够根据需求变化提供更多(或更少)资源,以适应系统的需求
  • 民主化 - 用户可以为自己提供资源,无需管理员协助
  • 公用事业定价 > - 资源在使用时收费,无需资本支出(例如电费),

因此好的云项目具有这些属性中的一个或多个。一些示例:

  • 通过抽象,您可以建立一个系统,该系统执行本质上复杂的计算或处理,并将其公开为简单的 Web 服务以供其他系统使用。
  • 具有弹性,假设您的小型 ASP.Net 站点在 Digg 或类似的地方被提及,突然您就拥有了数百万用户。借助云,您可以快速配置更多资源并处理负载,而无需修改任何其他内容。
  • 通过民主化,Eli Lilley 正在使用云计算,使科学家能够在几分钟内配置大型服务器集群(以前需要几个月的时间),并让 IT 人员参与
  • 公用事业定价,您允许客户使用您的系统解决他们的问题,而不必购买基础设施本身

The cloud generally encompasses four basic principles:

  • Abstraction - getting a result without knowing how that result is obtained (for example, being able to eat a steak without having to personally kill a cow)
  • Elasticity - being able to provision more (or less) resources as demand changes to scale to your system's needs
  • Democratisation - users can provision resources for themselves without requiring administrator assistance
  • Utility pricing - resources are charged as they are used, with no capital outlay required (like your electricity bill)

So good cloud projects speak to one or more of these attributes. Some examples:

  • with abstraction you could set up a system that does an inherently complex calculation or process and exposes it as a simple web service for other systems to use.
  • with elasticity, lets say your little ASP.Net site gets mentioned on Digg or somewhere similar and suddenly you have millions of users. With the cloud you can quickly provision more resources and handle the load without having to modify anything else.
  • with democratisation, Eli Lilley is using cloud computing to allow scientists to provision large clusters of servers in minutes when that used to take months and involve IT staff
  • with utility pricing you are allowing your customers to solve their problems using your system rather than having to buy infrastructure themselves
亚希 2024-09-02 15:12:43

Azure 确实有所帮助,因为您的所有数据都更加“防丢失”,而且我认为 M$ 还使用某种内部加密,因此更安全。 “Azuring”您的网站的好处:
1. 允许您扩展站点和用户群,而无需提升代码并对硬件进行重大更改,这样您就可以快速成长,并且所有潜在问题都得到解决,因为只要你能适度支付(支付你使用的费用,而不是大量的一次性投资和定期维护)。网站崩溃、用户流失等过渡性灾难将被完全避免。
2. Azure很好地集成到.NET中;这种转变不会成为主要的学习障碍。昨天的一个晚上,我弄清楚了 blob 和表 api,以及如何将它们与我的一个项目集成。

缺点:
1. Azure 平台已经变化了很长一段时间,从某种意义上说,它不是一个成熟的产品,并且语法和功能将在一段时间内不断变化。 (尽管它们在很大程度上只是增强),所以对于某些人来说这可能是一个问题。
2.过渡的额外努力。


我的建议:如果你觉得的话就换吧
1.你对未来的增长有预期
2.想要学习和尝试新技术;并准备付出额外的努力。

Azure does help in the sense that all your data is more "loss proof", and I think M$ also uses some sort of internal encryption, so some what more secure. benefits of "Azuring" your site :
1. Allowing you to expand the site, and your user base without need to jack-up your code and make major changes to your H/W, so you can grow on the fly, and all the underlying issues are taken care off, as long as you can pay up modestly( pay what you use, rather than heavy onetime investments and regular maintainance). Transitional disasters of site crashes, user loss etc will be completely avoided.
2. Azure is very well integrated into .NET; the transition will not be a major learning hurdle. Yesterday in one night I was able to figure out the blob and the table api, and how to integrate them with on of my projects.

Disadvantages:
1. Azure platform has been in flux for a lot of time, in the sense that it is not a mature product and the syntax and features are going to be in flux for sometime. ( although they have only been enhancements for the most part), so that might be an issue, for some.
2. extra effort of transition.


my suggestion: shift if you feel
1. you are expecting growth in the future
2. want to learn and experiment with new technology; and ready to make an extra effort.

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