Because we migrated from umbraco 7 we have a update database. So we have copied all the media file to the storage container. Thinking it will connect to the path from the upgrade database.
When accessing the site through Azure Web App Service, e.g. that from a prodution domain, all the media files return 404. Even when I upload an image which creates a folder and file in Azure Storage Blob container the file return a 404 in Umbraco backoffice.
I tried running the site locally a it works well, I can see all the images, but no upload any new.
Umbraco version: 13.2.2
Umbraco.StorageProviders.AzureBlob version 13.0.0
Umbraco.StorageProviders.AzureBlob.ImageSharp version 13.0.0
Azure Blob Storage returning 404
Using Umbraco 13.2.2 I follow the instructions for setting up Azure Blob Storage. https://docs.umbraco.com/umbraco-cms/v/13.latest-lts/extending/filesystemproviders/azure-blob-storage
Because we migrated from umbraco 7 we have a update database. So we have copied all the media file to the storage container. Thinking it will connect to the path from the upgrade database.
When accessing the site through Azure Web App Service, e.g. that from a prodution domain, all the media files return 404. Even when I upload an image which creates a folder and file in Azure Storage Blob container the file return a 404 in Umbraco backoffice.
I tried running the site locally a it works well, I can see all the images, but no upload any new.
Umbraco version: 13.2.2
Umbraco.StorageProviders.AzureBlob version 13.0.0
Umbraco.StorageProviders.AzureBlob.ImageSharp version 13.0.0
No log errors are registered
What could be the problem? Any help is appreciate
is working on a reply...