Copied to clipboard

Flag this post as spam?

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


  • Cary 21 posts 107 karma points
    Oct 28, 2020 @ 06:32
    Cary
    0

    Azure Blob Config

    Hi all

    I try to config Umbraco 8.9 work with Azure, I want store the media folder to Azure Blob, and use the file with CDN, and I followed the Doc, Success upload file to the Azure Blob, but when I try to use the file, I got the file uri with my host, but CDN. any one can help me ?

    want:

    enter image description here

    got:

    enter image description here

    anyone can help me ? thanks

    regards

    cary

  • Corné Strijkert 80 posts 456 karma points c-trib
    Oct 28, 2020 @ 07:42
    Corné Strijkert
    2

    Hi Cary,

    I think that the way you think it should work not is the way it actually works.

    The plugin you installed for storing media on a Azure BLOB storage implements a custom Umbraco media system. That means that on Umbraco side everything works the same like a installation without BLOB storage. So when rendering Media URL's you will get the same URL's like a normal Umbraco installation.

    When using a CDN, i think the only difference is that when rendering a link like /media/blabla the plugin will not directly accessing the BLOB storage container, but a Azure CDN instead. On frontend I think nothing will change, only backend stuff.

    But, that is a assumption, I'm not fully sure about this.

    Corné

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies