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 ?
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.
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:
got:
anyone can help me ? thanks
regards
cary
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é
is working on a reply...