Everything works ok but I'm not able to add the CDN url in order to have all the media urls using this CDN url, and I don't see any more configurations in the documentation.
I'm using Umbraco 13.2.2 and have set up Azure Blob Storage with a CDN. I get 404 errors for all images when using Web App as the origin type. The images load fine when I switch to Storage.
Use Azure Blob Storage with CDN url
Hi!
I'm trying to implement the Azure Blob Storage for Media in a Umbraco 11 application following the documentation https://docs.umbraco.com/umbraco-cms/extending/filesystemproviders/azure-blob-storage
Everything works ok but I'm not able to add the CDN url in order to have all the media urls using this CDN url, and I don't see any more configurations in the documentation.
Can anyone help me please?
Thanks!
Hi Rafael,
Did you ever figure out how to add the CDN url?
Thanks :)
Have you added the following to appsettings.json:
Hi Marc,
Thanks for the response. I did but apparently, Azure CDN takes a few hours to start (https://stackoverflow.com/questions/24511070/unable-to-access-blob-using-cdn-in-azure). So after checking it after a few hours it magically worked.
Good to know :)
I'm using Umbraco 13.2.2 and have set up Azure Blob Storage with a CDN. I get 404 errors for all images when using Web App as the origin type. The images load fine when I switch to Storage.
Umbraco version: 13.2.2 Umbraco.StorageProviders.AzureBlob version: 13.0.0 Umbraco.StorageProviders.AzureBlob.ImageSharp version: 13.0.0
There are no errors in the logs. Any idea what might be causing this? I would appreciate any help.
is working on a reply...