Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
GetBigThumbnail
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.
az storage blob download
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.
Hi Carsten,
Have you had a look at this thread? It sounds like it could be the same problem.
That's exactly it. Thank you very much Søren!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
Hi Carsten,
Have you had a look at this thread?
It sounds like it could be the same problem.
That's exactly it. Thank you very much Søren!
is working on a reply...