Move images from database to azure storage

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hey,

Currently have our database on azure for the NopCommerce shop. We have some issues with our DB is heavy loaded by images to our products... Me and my team want's to move our images from DB to an Azure blob  storage.

Do anyone have some experience with this? Or do we have to do it manually?
(NopCommerce version 4.0)

Thanks.

Best regards.
Andreas Pedersen
5 years ago
Did you get any informations about the way to move pics from databases to Azure blob storage ?
Thanks
5 years ago
Since the nopocmmerce's image is stored either in database or in the root folder, According to requirement you will have to modify the existing code to set the image path in the Libraries\Nop.Services\Media\PictureService.cs.

You can download the sample project in C# for the same from below address.

https://azure.microsoft.com/en-us/resources/samples/storage-blob-dotnet-getting-started/
4 years ago
Has anyone moved all images/uploaded files to azure blob storage for nopcommerce yet?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.