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
Copy file name to clipboardExpand all lines: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ cd UmbracoFileSystemProviders.Azure
48
48
49
49
In the interim code reviews and pull requests would be most welcome!
50
50
51
+
## Media
52
+
51
53
### Configuration via Web.Config
52
54
53
55
In `Web.config` create the new application keys
@@ -77,7 +79,7 @@ Additionally the provider can be further configured with the following applicati
77
79
</configuration>
78
80
```
79
81
80
-
## Virtual Path Provider
82
+
###Virtual Path Provider
81
83
By default the plugin will serve files transparently from your domain or serve media directly from Azure. This is made possible by using a custom [Virtual Path Provider](https://msdn.microsoft.com/en-us/library/system.web.hosting.virtualpathprovider%28v=vs.110%29.aspx) included and automatically initialised upon application startup. This can be disabled by adding the configuration setting noted above.
82
84
83
85
**Note:** Virtual Path Providers may affect performance/caching depending on your setup as the process differs from IIS's [unmanaged handler](http://www.paraesthesia.com/archive/2011/05/02/when-staticfilehandler-is-not-staticfilehandler.aspx/). Virtual files sent via the provider though are correctly cached in the browser so this shouldn't be an issue. VPP providers also **don't work** with **Precompiled sites** or when used in a **virtual directory/application**.
@@ -113,7 +115,7 @@ Also add this configuration to the `web.config` inside the `Media` folder
113
115
</configuration>
114
116
```
115
117
116
-
## Combining with ImageProcessor
118
+
###Combining with ImageProcessor
117
119
118
120
ImageProcessor.Web contains a [`IImageService`](http://imageprocessor.org/imageprocessor-web/extending/#iimageservice) called `CloudImageService`, to enable that service and pull images directly from
119
121
the cloud replace the `CloudImageService`setting with the following:
@@ -138,6 +140,23 @@ the cloud replace the `CloudImageService`setting with the following:
138
140
139
141
Optionally install the [AzureBlobCache](http://imageprocessor.org/imageprocessor-web/plugins/azure-blob-cache/) plugin to get the most out of the package.
140
142
143
+
## Umbraco Forms
144
+
145
+
Currently this package is available only via NuGet
0 commit comments