关于微软Azure的问题

发布于 2024-08-23 14:25:02 字数 370 浏览 1 评论 0原文

我是一名 Web 开发人员,正在开发多个 Web 应用程序。对于我的项目(在生产环境中运行),我始终追求良好的性能。

因此,我开始研究 Microsoft Azure。我已经部署了一些测试应用程序,它们都工作正常。它们的运行速度都比我的常规共享托管环境快得多。

我的问题是:

1。 Azure 上应该运行什么?您是否打算部署整个 Web 应用程序(以及图像、脚本等),或者您只是打算部署服务? (如WCF)

2.它说“子区域内的数据传输是免费的。”,但是什么是子区域?

3. CNAME 有效,但是否可以将域的 A 记录用于 Azure?

I am a web developer that are working on several web applications. For my projects (running in a production environment), I always strive good performance.

So, I have started to look into Microsoft Azure. I have deployed some test-apps and they all work fine. They all run a lot quicker than on my regular shared hosting environment.

My questions are:

1. What should be ran at Azure? Are you suppose to deploy your whole web app (along with images, scripts etc) or are you just suppose to deploy services? (such as WCF)

2. It says "Data transfers within a sub region are free.", but what is a sub region?

3. CNAME works, but is it possible to use A-records of a domain to Azure?

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

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

发布评论

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

评论(3

一个人练习一个人 2024-08-30 14:25:02
  1. 对于只是调用 Web 服务的 jQuery 板的网站,Azure 非常容易采用。 Azure 可以存储任何类型的文件,因此对于传统网站,请遵循 本指南

  2. Azure 进程到 Azure 进程,或 Azure SQL 等。可能包含其他非 Azure 服务相同的 Microsoft 网络区域。基本上他们说的是 LAN 访问(如果免费的话)、

  3. 你还想给你一个名字吗? Azure 是虚拟的

  1. For web sites that are just jQuery slabs calling web services Azure is very easy to adopt. Azure can store any type of file, so for traditional web sites follow this guide

  2. Azure process to Azure process, or Azure SQL etc. May included other non Azure services within the same Microsoft network area. Basically they are saying LAN access if free, whoopee

  3. What would you point you A-Name too? Azure is virtual

扎心 2024-08-30 14:25:02

以下是我可以给您的答案:

  1. 这取决于您想要什么以及您想要为 Windows Azure 构建哪种类型的(Web)应用程序。如果您想要快速的性能,也许将所有内容部署到云会更快(但要面临财务成本)

  2. 一个子区域是北欧,另一个是西欧。因此,北欧内部的数据传输将是免费的。但是,如果您在北欧和西欧托管应用程序/服务之间进行数据传输,则需要为此付费。
    :北欧和西欧组成1个区域

  3. 抱歉,无法回答此问题

Here are the answers I can give you:

  1. It depends on what you want and what kind of (web)application you want to build for Windows Azure. If you're going for fast performance, perhaps it is faster to deploy everything to the cloud (but face the financial costs)

  2. A sub-regio is North-Europe, another one is West-Europe. So data transfering inside North-Europe will be free of charges. But if you have data transfering between North- and West-European hosted application/services you pay for this.
    Note: North- and West-Europe form 1 region

  3. Sorry, can't give an answer to this one

云胡 2024-08-30 14:25:02

Azure 绝对适合处理的不仅仅是托管 Web 服务。

将网站的所有静态内容放入 Azure 存储中应该使您能够利用 Windows Azure 内容交付网络 (CDN) 服务,该服务基本上将您的静态内容复制到边缘的地理本地缓存中云的能力,以减少 Windows Azure Web 角色上的网络负载,并提高 Web 应用程序对分散在世界各地的最终用户的响应能力。

请在此处阅读有关 Windows Azure CDN 的更多信息:http://blogs.msdn.com/windowsazure/archive/2009/11/05/introducing-the-windows-azure-content-delivery-network.aspx

Azure is definitely geared to handle more than just hosting web services.

Putting all your web site's static content in Azure storage should enable you to take advantage of the Windows Azure Content Delivery Network (CDN) service, which basically replicates your static content out to geo-local caches at the edge of the cloud to reduce network load on your Windows Azure web roles and improves the responsiveness of your web app for your end users scattered around the world.

Read more about the Windows Azure CDN here: http://blogs.msdn.com/windowsazure/archive/2009/11/05/introducing-the-windows-azure-content-delivery-network.aspx

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