Skip to content

Commit 1ba1cca

Browse files
Added note about version 1 and documentation
1 parent c85744d commit 1ba1cca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Umbraco storage providers
22
This repository contains Umbraco storage providers that can replace the default physical file storage.
33

4+
> **Note** For Umbraco 9, use version 1 and [follow the version-specific documentation](https://github.com/umbraco/Umbraco.StorageProviders/blob/support/1.1.x/README.md).
5+
46
## Umbraco.StorageProviders
57
Contains shared storage providers infrastructure, like a CDN media URL provider.
68

@@ -46,7 +48,7 @@ UMBRACO__STORAGE__CDN__URL=https://cdn.example.com/
4648
UMBRACO__STORAGE__CDN__REMOVEMEDIAFROMPATH=true
4749
```
4850

49-
_Note: you still have to add the provider in the `Startup.cs` file when not configuring the options in code._
51+
> **Note** You still have to add the provider in the `Startup.cs` file when not configuring the options in code.
5052
5153
### Configuration
5254
Configure your CDN origin to point to your site and ensure every unique URL is cached (includes the query string), so images can be processed by the site (using ImageSharp) and the response cached by the CDN.
@@ -100,7 +102,7 @@ UMBRACO__STORAGE__AZUREBLOB__MEDIA__CONNECTIONSTRING=UseDevelopmentStorage=true
100102
UMBRACO__STORAGE__AZUREBLOB__MEDIA__CONTAINERNAME=sample-container
101103
```
102104

103-
_Note: you still have to add the provider in the `Startup.cs` file when not configuring the options in code._
105+
> **Note** You still have to add the provider in the `Startup.cs` file when not configuring the options in code.
104106
105107
### Folder structure in the Azure Blob Storage container
106108
The container name is expected to exist and uses the following folder structure:

0 commit comments

Comments
 (0)