I can store everything correctly in the blob container using the configs provided. But I cant get the CMS to read the old paths of images in the database which means they all return 404 now.
How can i update my old image paths in the database to use the correct paths that the CMS can read/make the CMS read the old paths without breaking existing image references on content pages?
Umbraco v10 - Imported blobs not updated by CMS from Azure blob storage
Hello!
I have just upgraded from Umbraco v8 to Umbraco v10.
I have problems getting my Azure blob storage to work properly. Here are some details about my setup:
The problem is that going from Microsoft.Azure.Storage.Blob 11.1.2 where my image paths looked like this when inspecting an image in the CMS:
/rwse/rwse/Global/%C3%85terf%C3%B6rs%C3%A4ljare/teknikbroderna.png
and
/rwse/21gbwykv/youtube.png
to how it looks now if i upload a new image:
/media/wwslgvk1/img1.jpg
I can store everything correctly in the blob container using the configs provided. But I cant get the CMS to read the old paths of images in the database which means they all return 404 now.
How can i update my old image paths in the database to use the correct paths that the CMS can read/make the CMS read the old paths without breaking existing image references on content pages?
Init
Appsettings
Not much options available it seems?
Old Microsoft.Azure.Storage.Blob config
Hi Jonas,
Did you find a solution?
Thanks
is working on a reply...