Copied to clipboard

Flag this post as spam?

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


  • Carsten Pedersen 5 posts 76 karma points
    Jul 22, 2022 @ 13:34
    Carsten Pedersen
    1

    Azure Blob storage - Umbraco v10

    We have mananged to upgrade our Umbraco database running in Azure from v7.x, through v8 -> v9 -> v10. The v7 installation used blob storage for media.

    I'm now trying to connect v10 with the existing blob storage, following this recipe.

    Whenever an image is attempted loaded in backoffice, the server initially returns a 302 in response to GetBigThumbnail, then returns 404 on request of e.g. https://localhost:44317/media/16242/1klasse.jpg?rmode=max&width=500

    There are no error messages in the log, which simply records that a 404 was returned.

    Using az storage blob download using the same connection string defined in appsettings, from the same machine running v10, gets the image as expected.

    The v10 installation is about as vanilla as it gets (App_Plugins have been copied from the v7 install; )

    Any hints where to go from here are highly appreciated.

  • Søren Mastrup 122 posts 564 karma points c-trib
    Jul 23, 2022 @ 20:42
    Søren Mastrup
    2

    Hi Carsten,

    Have you had a look at this thread?
    It sounds like it could be the same problem.

  • Carsten Pedersen 5 posts 76 karma points
    Jul 25, 2022 @ 06:49
    Carsten Pedersen
    0

    That's exactly it. Thank you very much Søren!

Please Sign in or register to post replies

Write your reply to:

Draft