Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Urvish 252 posts 776 karma points
    Mar 25, 2015 @ 10:00
    Urvish
    0

    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

  • Jeavon Leopold 3074 posts 13631 karma points MVP 11x admin c-trib
    Mar 25, 2015 @ 10:08
    Jeavon Leopold
    0

    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

  • Urvish 252 posts 776 karma points
    Mar 25, 2015 @ 11:35
    Urvish
    0

    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

  • Jeavon Leopold 3074 posts 13631 karma points MVP 11x admin c-trib
    Mar 25, 2015 @ 11:40
    Jeavon Leopold
    100

    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

  • Urvish 252 posts 776 karma points
    Mar 25, 2015 @ 11:48
    Urvish
    0

    Thanks Jeavon.

    Is there any package available for Amazon CDN?

    Regards,

    Urvish

  • Jeavon Leopold 3074 posts 13631 karma points MVP 11x admin c-trib
    Mar 25, 2015 @ 11:52
    Jeavon Leopold
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft