I'm playing with Azure Static Web Site (new feature of storage account).
This works well for servicing files. However, I didn't found where I can set cache control headers (if it's possible).
Basically, I want to set no expire cache to static bundled javascripts (hash of files are in file name), but not on html pages.
How to reach my goal ?
PS: I'm not using Azure Web Sites, but Azure static web site option of blob storage. Unless web.config are supported (but I don't think it is), do not redirect me to web.config solutions.