You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An [Azure Blob Storage](http://azure.microsoft.com/en-gb/develop/net/) IFileSystem provider for Umbraco 6.25+.
7
+
An [Azure Blob Storage](http://azure.microsoft.com/en-gb/develop/net/) IFileSystem provider for [Umbraco](https://umbraco.com) 6.25+.
8
8
Used to offload static files in the media section to the cloud.
9
9
10
10
Designed to supersede [UmbracoAzureBlobStorage](https://github.com/idseefeld/UmbracoAzureBlobStorage) by [Dirk Seefeld](https://twitter.com/dseefeld65) (With his blessing) this package allows the storage and retrieval of media items using Azure Blob Storage while retaining the relative paths to the files expected in the back office.
11
11
12
12
## Installation
13
13
At present the code is pre-release but when ready it will be available on [Nuget](http://www.nuget.org), also maybe as a package on [Our Umbraco](https://our.umbraco.org/).
14
14
15
-
In the interim code reviews and pull requests would be most welcome! (Appveyor, MyGet, Nuget config etc..)
15
+
We already have a [MyGet package repository](https://www.myget.org/F/umbracofilesystemproviders-azure/) - for bleeding-edge / development releases.
16
+
17
+
## Manual build
18
+
19
+
If you prefer, you can compile UmbracoFileSystemProviders.Azure yourself, you'll need:
20
+
21
+
* Visual Studio 2012 (or above)
22
+
23
+
To clone it locally click the "Clone in Windows" button above or run the following git commands.
0 commit comments