I have been trying to offset Umbraco media files to BLOB storage. I have installed FileSystemProviders.Azure package and changed the URL to BLOB storage URL and added account key, name etc. and also updated the tables cms.contentXML, cmsPropertyData (dataNVarchar, dataNtext) with the BLOB storage link but still when I load the page it is only looking for /media local folder rather than blob storage.
In UmbracoCMS -> Media, all the images open with the BLOB storage link though but somehow on the website, it doesn't detect BLOB storage path while only looking for local /media path.
Cannot Offset Umbraco Media files to BLOB Storage
Hey Guys,
I have been trying to offset Umbraco media files to BLOB storage. I have installed FileSystemProviders.Azure package and changed the URL to BLOB storage URL and added account key, name etc. and also updated the tables cms.contentXML, cmsPropertyData (dataNVarchar, dataNtext) with the BLOB storage link but still when I load the page it is only looking for /media local folder rather than blob storage.
In UmbracoCMS -> Media, all the images open with the BLOB storage link though but somehow on the website, it doesn't detect BLOB storage path while only looking for local /media path.
is working on a reply...