I want to set a default cache header on all existing and future blobs in an Azure storage container.
I can only find tutorials on how to set cache headers for existing blobs: https://azure.microsoft.com/nl-nl/documentation/articles/cdn-manage-expiration-of-blob-content/
How can I make sure future blobs also get that same header without having to run a script once every while? Maybe there is a way to set a default cache header on the container?