Is it possible to invalidate azure cdn by delete-ting a file and re-uploading it? -


i having azure storage , using as cdn web application,now want invalidate cdn content every time when upload files storage account.

my question when delete file in azure storage container , upload again same name,will cause cdn invalidate file?(i aware appending file version filename cause cdn invalidate file,but in case need monitor old files , remove them not referenced now,which last resort)

azure not yet support purge, though rumored under development. deleting object blob storage not cause purge because object still subject ttl. after ttl has expired cdn check see if object still valid, , then remove it.

until azure cdn implements purge either need use versioning or manage content expiration.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -