Microsoft Azure CDN是一款真正的CDN还是其他东西?

我刚刚尝试设置一个Azure CDN帐户,到目前为止(现在持续四个小时),我无法让它返回除400和404错误之外的任何内容。

如果这是一个真正的CDN,我需要做的就是将CDN指向我的网站,并向CDN申请一个文件; 例如http://myaccount.vo.msecnd.net/images/1.jpg或http://myaccount.blob.core.windows.net/images/1.jpg。 然后,CDN将文件从客户端缓存中提供给客户端,或者向我的网站(例如http://www.myaccount.com)发送文件请求,将其存储在缓存中,然后为其提供服务给客户。

那么,这当然不是这种情况。 我已经完成了Azure管理门户中的所有步骤,以创建我的存储帐户,我的CDN端点和我的自定义域,其中包括CNAME验证步骤,这显然是有效的,因为门户网站显示我的自定义域为允许CDN端点已启用,创建的存储帐户以及订阅活动)。

因此,如果Azure没有真正建立CDN,那么它究竟在做什么? 我是否应该将我网站上的所有内容上传到Azure CDN? 如果是这种情况,那么拥有一个自定义域名有什么意义?

我希望有人能够指出我不理解的内容,或者让我知道是否浪费了我的时间试图使用Azure CDN,因为我会使用真正的CDN。


CDN是你期望的。 请注意,DNS更改可能需要(真的)长达大约一小时才能在全球传播。 CDN位于Blob存储帐户或Web应用程序的前端(但不是同时进行,因为它似乎可能是您的意图)。

请注意,自定义域和CDN是分开的,因此您可以仅针对原始CDN URL(* .vo.msecnd.net)进行测试,以确保设置了所有内容并且后来担心自定义域。

您的CDN端点是否位于blob存储之上? 或一个网络应用程序?

如果您直接从blob存储(* .blob.core.windows.net / path与* .vo.msecnd.net /路径)浏览到相同的URL,它是否工作?


在阅读了smarx的评论之后,我联系了Microsoft客户支持部门进行了澄清,这是我收到的答案。

To answer your question, “yes Windows Azure CDN” is real CDN and it uses 24 nodes
worldwide to deliver your content.

There is one basic difference then other CDN is that Windows Azure CDN sits
configuration is top of Windows Azure Storage, that means, you will create a
Cloud base Storage service in Windows Azure Storage and stop all of your data
there. Once you will configure your Azure Storage to act as CDN the same data
which is stored in your Windows Azure Storage service will be cached into
currently available 24 nodes worldwide.

I think the following difference may confused you:

While other CDN service, you can point CDN to read data from your own premise
servers, however in Windows Azure you will have to move your content from your
on-premise servers to Windows Azure Storage. As in Cloud Storage based CDN
Model, it is user responsibility to upload data to Azure Storage first and if
the Storage Service is configured as CDN, you will have the same CDN function-
ality as any other CDN.

如果没有能力将Azure CDN指向我们自己的服务器并获取/缓存静态内容,我就无法看到微软希望如何与所有其他提供直通和缓存的内容交付网络竞争。 我能做的唯一假设是Azure CDN服务仍在进行中,并且有一天能够提供与其他CDN服务相同的功能。

链接地址: http://www.djcxy.com/p/65539.html

上一篇: Is Microsoft Azure CDN A Real CDN Or Something Else Entirely?

下一篇: Prevent Backbone collection reset