I have a custom ADB2C policy that specifies <ContentDefinition>
tags to use custom HTML. The custom HTML is stored in Azure Blob Storage.
The problem I have is that when I upload a new version of the custom HTML the changes don't show up when I go through the policy (unless I leave it overnight). I suspect that there might be some caching going on, but none of the documentation I have seen mentions caching.
Is there a way to disable/clear the cache, or might there be something else wrong that has similar symptoms?
The new files are definitely in the blob storage as I can request them directly in a browser and get the latest versions.
I can also upload the new html files with new names and tweak the policy to point to the new names, so I'm fairly confident I'm not making a silly configuration mistake.