I'm using the following to setup a Azure CDN in Umbraco 7.5.9.
ImageProcessor: 2.5.2
ImageProcessor.Web: 4.8.2
ImageProcessor.Web.Config: 2.30
ImageProcessor.Web.Plugins.AzureBlobCache: 1.3.0
UmbracoFileSystemProviders.Azure: 0.5.8 -beta.
I have Umbraco uploading and displaying images from the CDN. However whenever I use a querystring parameter, such as ?width=50&height=50 it doesn't work.
Azure CDN: Querystring actions not working
Hi,
I'm using the following to setup a Azure CDN in Umbraco 7.5.9.
I have Umbraco uploading and displaying images from the CDN. However whenever I use a querystring parameter, such as ?width=50&height=50 it doesn't work.
Here are my configuration files:
cache.config:
security.config:
FileSystemProviders.config:
I've literally tried every configuration change... any help would be great!
Many thanks
Just to note, if I revert back to local storage it works.
Think I've fixed it:
Removing media/ on the host value, fixes the problem... documentation is a little confusing...
is working on a reply...