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
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,9 +194,7 @@ 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
-
**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:
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:
200
198
201
199
```xml
202
200
<?xml version="1.0"?>
@@ -209,15 +207,11 @@ If using a version of ImageProcessor.Web version [4.5.?](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
221
215
222
216
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