Unable to access BLOB using CDN in Azure

I have a storage account in azure, It contains container as "images" I am able to access my blob using following path https://mystorageaccount.blob.core.windows.net/images/image1.jpg

Now I have created CDN for https://mystorageaccount.blob.core.windows.net

& got some URL as follow for CDN

http://abcd55555.vo.msecnd.net/

But when I try to access my BLOB using CDN as follow

http://abcd55555.vo.msecnd.net/images/image1.jpg

I get 404 - Not Found Error.

I have EndPoint Enabled, HTTP Protocol Enabled,QUERY STRING STATUS Enabled.

What's going wrong?


Later I was able to access those BLOB's

I think that we need to wait for some time around 24 or 48 hours to be able to access those BLOBs.

EDIT: Later I come to know that, 60 minutes is delay that is 1 hour.


Did you make your blob container public?

http://msdn.microsoft.com/en-us/library/azure/dd179354.aspx

and properly configured your CDN end point?

http://azure.microsoft.com/en-us/documentation/articles/cdn-how-to-use/

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

上一篇: Azure CDN与Azure Blob存储起源拉长的时间过长

下一篇: 无法使用Azure中的CDN访问BLOB