Ok, then you can use the ImageProcessor Azure blob cache provider. This means that any image requested through ImageProcessor will be served from Azure CDN. If you use GetCropUrl method this will be the case anyway, if not then you will need to ensure that all images are requested through ImageProcessor, e.g. add resize, image.jpg?width=444
Media packages to get images from CDN in umbraco 7.2.2 back-end
Hi All,
I am using Umbraco version 7.2.2 for my website.
My web site contains rich images.
I need to upload images in CDN like Azure or Amazon Cloud Front.
So ,my question is that does umbraco version 7.2.2 have any media packages available that I can use to get images in Umbraco back-end from CDN.
Can anyone help?
Thanks in advance.
Regards, Urvish
Hi,
Just so I understand, you would like the front end images to be served from CDN but from them to be managed in Umbraco, is that correct?
Jeavon
Hi Jeavon,
Thanks for the reply.
Yes correct , front end images to be served from CDN and we can manage them from Umbraco back-end.
Regards, Urvish
Hi Urvish,
Ok, then you can use the ImageProcessor Azure blob cache provider. This means that any image requested through ImageProcessor will be served from Azure CDN. If you use GetCropUrl method this will be the case anyway, if not then you will need to ensure that all images are requested through ImageProcessor, e.g. add resize, image.jpg?width=444
If you want to push your original media to CDN, take a look at Azure Storage Blob Provider package.
Jeavon
Thanks Jeavon.
Is there any package available for Amazon CDN?
Regards,
Urvish
There is a media file sync package for Amazon here and one could be created for ImageProcessor but no one has create it yet, see here for more info.
is working on a reply...