Mike Masey
08/03/2023, 9:51 AMmedia
folder in the container. These files live in an additional folder called uploads
.
I want to be able to set this up so that they work seemless, e.g. if you go to https://website.com/uploads/some-file.jpg
it picks it up from the uploads
folder in the blob storage container.
Has anyone done this before, or have any suggests for an elegant solution?Sebastiaan
08/03/2023, 10:09 AMUmbraco.StorageProviders.AzureBlob
- the path is set to media
there but it does exactly what you're asking for otherwise.
https://github.com/search?q=repo%3Aumbraco%2FUmbraco.StorageProviders%20VirtualPath&type=codeMike Masey
08/03/2023, 10:17 AM