Sunday, April 5, 2026 11:42:41 PM

Configuring for Azure with Blob storage issues

9 years ago
#191 Quote
Hello, we are testing your CDN plugin on our 3.8 nop site and having two issues with the picture url being generated.
We are currently hosting the images on Azure blob storage.

Here is an example of an image being generated now with your plugin (showing the whole image tag so you can see the src url in full context:

<img alt="Picture for category Extreme 5D Series - Dual Row" src="//cdn-extremeled-images.azureedge.net/productimages/0000693_extreme-5d-series-dual-row_370.jpeg" title="Show products in category Extreme 5D Series - Dual Row">

Issues:
1.) it is not putting the http: prefix, despite the plugin configuration has this value: http://cdn-extremeled-images.azureedge.net/ and I did check the Is AzureBlobStorage Enabled checkbox.

2.)It is adding the blob container name after the cdn root url, which is not a valid cdn path (the part in bold should not be there).  i.e.
This is what is being generated: http://cdn-extremeled-images.azureedge.net/productimages/0000693_extreme-5d-series-dual-row_370.jpeg
But this is the actual valid url (you can paste that in a browser and see it works to download that file): http://cdn-extremeled-images.azureedge.net/0000693_extreme-5d-series-dual-row_370.jpeg

Can you please advise on how to fix these two issues?

Thank you.
0
9 years ago
#192 Quote
Dear Sir,

Thank you for using the same.

The first issue is actually a feature that uses relative URLs. If the browser is viewing that current page in through HTTPS, then it’ll request that asset with the HTTPS protocol, otherwise it’ll typically request it with HTTP. This prevents that awful “This Page Contains Both Secure and Non-Secure Items” error message in IE, keeping all your asset requests within the same protocol.

For the second issue, make sure you have enabled & configured Azure Blob storage settings in the nopCommerce settings correctly, because the CDN plugin rely and uses the same. If that is correct, then it will just work fine. If not kindly share more details with our team by emailing at support (at) nopaccelerate.com to enable us to look into that.

Best Regards,

nopAccelerate.com


0
Thank you for choosing our products!

Your feedback is important to us!