An Azure blob storage cache plugin for Image Resizer .NET
Add this settings to web.config file:
<resizer>
<plugins>
<add name="AzureBlobStorageCache" />
</plugins>
<azureblobstoragecache connectionStringName="your_blob_connection_string_name" cacheAccessTimeout="timeout_in_seconds" container="your_blob_container" />
</resizer>
To build the package, just compile the project and run the buildpackage.ps1 powershell script.