Skip to content

Commit b4a0c33

Browse files
author
Nikolaj
committed
Re-add link to blob storage docs
1 parent 728ae9d commit b4a0c33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Extending/FileSystemProviders/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,9 @@ namespace UmbracoExamples.Composition
214214
Where `YourFileSystemImplementation` is a class that implements `IFileSystem`. This should always be done in a composer, since we do not recommend trying to change filesystems on the fly.
215215

216216
After the `SetStylesheetFileSystem` method has run, `FileSystems.StylesheetsFileSystem` will return the instance that was created in the `ConfigureFileSystems` extension method.
217+
218+
## Custom providers
219+
220+
There is an Azure Blob Storage provider:
221+
222+
* [Azure Blob Storage](Azure-Blob-Storage/index.md)

0 commit comments

Comments
 (0)