Tagged Questions
0
votes
1answer
85 views
Is it possible to invalidate azure cdn by delete-ting a file and re-uploading it?
I am having azure storage and using as it as cdn for my web application,now i want to invalidate my cdn content every time when i upload files to the storage account.
My question is that when i ...
1
vote
1answer
88 views
Windows Azure CDN doesn't serve gzipped assets, even after uploading assets twice, one is gzipped and the other one is plain
I have gone through a lot of questions on stackoverflow about windows azure CDN not being able to serve gzipped assets.I also had gone through certain links which say it could be done. I'm a li'l ...
0
votes
0answers
64 views
JS and CSS dont work from Windows Azure CDN, while they load just fine in RoR app
I have a rails app that uses jammit to compress and package assets and I'm hosting the app on heroku. I recently moved all the js and css files to windows azure CDN. All the js and css files are ...
3
votes
2answers
468 views
hosting fonts on azure cdn - CORS support
I cannot get azure blob storage hosted fonts exposed via azure cdn working in IE or Firefox.
I believe this is because of @font-face cross-domain issues (CORS) and the normal solution is to add an ...
1
vote
1answer
261 views
Update file in Windows Azure CDN
I have blob storage and CDN endpoint, that store my static content.
Now I want to update app.js file, because it was modified, but when I write this file to blob, CDN still gives me old app.js file. ...
2
votes
3answers
1k views
Best performance for storing static files (images, css, javascript) - CDN - BlobStorage or WebRole
I have a very basic question about CDN - BlobStorage and WebRole, and perfrormance.
I have a very simple web site with static content, HTML, Js, Images, CSS & videos (totally could me max 3-5MB ...
0
votes
1answer
247 views
Windows azure relationship between bandwidth and CDN
What is the relationship between bandwidth and CDN in Windows Azure?
Let's say I have 3 MB of content seen by 100000 users monthly = 300 GB bandwidth without a CDN.
If I want to use their CDN how does ...
2
votes
0answers
183 views
304 Status code for my Azure CDN images hosted in Azure Blob Storage
My images are stored in azure blob storage and referenced through my web application using my azure CDN. However all images return a 304 response header. Ideally I dont want the browser to return to ...
4
votes
2answers
442 views
How do I force Azure CDN content to be purged or invalidated?
I have content that rarely changes that I want to serve over the Azure CDN for performance reasons. When the content does change, though, it's important that the updated data is immediately available. ...
1
vote
2answers
686 views
Azure Blob storage, CDN and cache expiring
We're using Azure CDN, but we've stumbled upon a problem. Before, content could not be updated. But we added the option for our users to crop their picture, which changes the thumbnails. See, the ...