I have created a new blob and specified CacheControl equal to max-age=31536000, must-revalidate
(I checked it out in Azure Portal). Now when my blob is loaded by the browser, I see the following:
Status Code:304 The condition specified using HTTP conditional header(s) is not met.
Cache-Control:max-age=0
I'm concerned about Cache-Control. Why doesn't it represent the value I specified? Am I doing anything wrong?