I'm using Azure CDN to retrieve files from Azure blob storage. After updating a file in my storage, checking the file with storage explorer, and purging the CDN (purge all), I try to refresh the plain-file within my browser.
In the response I see x-cache: HIT
, which indicates that it's still loaded from the CDN cache. How is this possible after purging?
I tried purging using the Azure Portal as well as Unpublish-AzureRmCdnEndpointContent
using powershell.