Skip to content

Commit

Permalink
Updates readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Philo committed Aug 3, 2016
1 parent 709a81c commit 60f9a9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This library extends the Azure blob storage functionality within the excellent [ImageProcessor](http://imageprocessor.org) by [James jackson-South](https://about.me/james_south) to support management of configuration settings via the ```<appSettings/>``` configuration section.

## Purpose

The allow a project to benefit from the ImageProcessor library and its ability to offload media to external blob storage accounts while removing the need for sensitive, environment specific information to be stored within library specific configuration files.

## Implementation

The library provides derived implementations of the ```AzureBlobCache``` and ```CloudImageService``` that look to read and augment the standard configuration section settings with values provided within the ```<appSettings/>``` section.
Expand Down Expand Up @@ -69,6 +73,8 @@ The same settings keys can be set within the configuration, however additionally

## Configuring Storm.UmbracoFileSystemProviders.Azure

Once installed via nuget the ```FileSystemProviders.config```file will be updated to use the derived library implementation:

```xml
<Provider alias="media" type="Storm.UmbracoFileSystemProviders.Azure.FromConfigAzureFileSystem, Storm.UmbracoFileSystemProviders.Azure" />
```
Expand Down

0 comments on commit 60f9a9a

Please sign in to comment.