Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jonas 5 posts 77 karma points
    Sep 26, 2022 @ 12:21
    Jonas
    0

    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:

    • Azure.Storage.Blobs 12.13.1
    • Umbraco.Cms 10.1.0
    • Umbraco.StorageProviders.AzureBlob 10.0.0

    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 enter image description here

    enter image description here Appsettings

    enter image description here Not much options available it seems?

    enter image description here Old Microsoft.Azure.Storage.Blob config

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Nov 03, 2022 @ 16:17
    Alex Skrypnyk
    0

    Hi Jonas,

    Did you find a solution?

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft