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
Hi James,
in this pull request I have added changes to the configuration details of ImageProcessor.Web, which will be valid only after you have merged my related pull request for ImageProcessor.Web. Furthermore I am not sure about this AppVeyor thing and how to update the uGet package. Will you please take over?
Yours
Dirk
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,9 @@ the cloud simply install the [configuration package](https://www.nuget.org/packa
194
194
```
195
195
**Note** The `CloudImageService`is not compatible with the FileSystemProvider when using private storage. You will have to build your own `IImageService` implementation.
196
196
197
-
If using a version of ImageProcessor.Web version [4.5.0](https://www.nuget.org/packages/ImageProcessor.Web/4.5.0) the configuration details will need to be configured as follows:
197
+
**Note 2** With ImageProcessor.Web version [4.5.?] the `CloudImageService` will handle private blobs.
198
+
199
+
If using a version of ImageProcessor.Web version [4.5.?](https://www.nuget.org/packages/ImageProcessor.Web/4.5.0) the configuration details will need to be configured as follows:
198
200
199
201
```xml
200
202
<?xml version="1.0"?>
@@ -207,11 +209,15 @@ If using a version of ImageProcessor.Web version [4.5.0](https://www.nuget.org/p
***Note 3***_SASQueryString_ can easily be configured via **_Microsoft Azure Storage Explorer_**.
220
+
Read documentation for SAS: https://docs.microsoft.com/en-us/azure/storage/common/storage-dotnet-shared-access-signature-part-1
215
221
216
222
Be sure to install the [AzureBlobCache](http://imageprocessor.org/imageprocessor-web/plugins/azure-blob-cache/) plugin to get the most out of the package.
0 commit comments