We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Azure 是一项允许您上传应用程序的服务 - 然后云系统将在任意数量的物理机上运行它,以提供可靠性和容量。这对于您的代码来说基本上是透明的。计费是根据请求/传输的数据数量等进行的。
Amazon EC2 是一项服务,允许您按小时租用一台或多台运行 Linux/Windows 或其他操作系统的虚拟机。任何可靠性和扩展到多台机器的扩展都必须自己编码到您的应用程序中。
Azure is a service that allows you to upload an application - the cloud system will then run it on an arbitrary number of physical machines in order to provide reliability and capacity. This is done largely transparently to your code. Billing is done on the basis of number of requests/data transfered/etc.
Amazon EC2 is a service that allows you to rent one or more virtual machines running Linux/Windows or some other operating system on a per hour basis. Any reliability and scaling to multiple machines you will have to code into your application yourself.
必须做更多研究并纠正以前的反应。它们都支持云中的应用程序和数据库。亚马逊还提供运行 Windows Server 和 SQL Server 的能力。 Microsoft 以 SQL Azure 的形式提供 SQL Server。
亚马逊在 Linux 和 Windows 之间有不同的定价结构。 http://aws.amazon.com/ec2/ 我找不到与 < 的任何区别a href="http://www.microsoft.com/windowsazure/pricing/#windows" rel="nofollow noreferrer">微软定价
Had to do more research and correct previous response. They both support application and databases in a cloud. Amazon is also offering the ability to run Windows Server and SQL Server. Microsoft offers SQL Server in the form of SQL Azure.
Amazon has a different pricing structure between Linux and Windows. http://aws.amazon.com/ec2/ I couldn't find any difference with Microsoft Pricing