I'm having a problem setting the Cache Control header for a blob.
I'm setting the CacheControl by using the Azure Storage Explorer. I'm simply selecting the blob, clicking properties, and filling in the CacheControl field with "public, max-age=31536000" (without the quotes).
I'm downloading the blob directly from *.blob.core.windows.net/coreimages/test.png.
However, when viewing the headers in Google Chrome, it's showing: max-age=0
Am I doing something wrong? I've tried setting the mime and it's being saved correctly.
Thanks for any help.