I'm hoping to find some guidance on the best way to tackle the issue we have run into. We have an Umbraco 4.7 site deployed to Azure using the accelerator. We would like to put all of our site's images on the Azure CDN, as well as any new Media images.
The site is currently on blob storage, but we cannot enable the CDN on the site's container since that will leave files such as web.config publicly accessible. What would be the best approach in making it so that any new Media content is uploaded to another CDN container instead of the local Media directory?
It looks like a helper was written for Amazon S3, but I haven't found one for Azure yet. Has anyone here done this?
Did you ever get anywhere with this? I'm facing a similar issue with Umbraco 6 - Just got the deploy all working nicely, but media deployment and management is somewhat problematic.
Umbraco 4.7 - Media on Azure CDN
I'm hoping to find some guidance on the best way to tackle the issue we have run into. We have an Umbraco 4.7 site deployed to Azure using the accelerator. We would like to put all of our site's images on the Azure CDN, as well as any new Media images.
The site is currently on blob storage, but we cannot enable the CDN on the site's container since that will leave files such as web.config publicly accessible. What would be the best approach in making it so that any new Media content is uploaded to another CDN container instead of the local Media directory?
It looks like a helper was written for Amazon S3, but I haven't found one for Azure yet. Has anyone here done this?
Did you ever get anywhere with this? I'm facing a similar issue with Umbraco 6 - Just got the deploy all working nicely, but media deployment and management is somewhat problematic.
is working on a reply...