Using the UmbracoFileSystemProviders.Azure project and ImageProcessor. We have an issue where we are using a single blob storage and the user deletes media from either our dev or staging. This is causing us a bit of grief because it then kills our courier migrations.
Is there a setting in the .config to not delete media from the storage account? Is the alternative to hook into the Deleting event in the ContentEventHandler?
Do Not delete media from blob storage
Using the UmbracoFileSystemProviders.Azure project and ImageProcessor. We have an issue where we are using a single blob storage and the user deletes media from either our dev or staging. This is causing us a bit of grief because it then kills our courier migrations. Is there a setting in the .config to not delete media from the storage account? Is the alternative to hook into the Deleting event in the ContentEventHandler?
Thanks for any advice.
Mac
using this: https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure and this http://imageprocessor.org/imageprocessor-web/extending/#iimageservice
is working on a reply...