If using ImageResizer with Azure blobs do I need the AzureReader2 plugin?

前端 未结 3 495
自闭症患者
自闭症患者 2021-01-14 10:33

I\'m working on a personal project to manage users of my club, it\'s hosted on the free Azure package (for now at least), partly as an experiment to try out Azure. Part of c

3条回答
  •  我在风中等你
    2021-01-14 11:28

    The answer to the concrete question:

    If using ImageResizer with Azure blobs do I need the AzureReader2 plugin?

    is YES. And as described in the Image Resizer's documentation - that plugin is used to read/process/serve images out of Blob Storage. So there is no doubt - if you are going to use Image Resizer, AzureReader2 is your needed plugin to make things right. It will take care of Blob uploads/serve.

    Although I question Image Resizer's team competency on Windows Azure, since they are referencing Azure SDK v.2, while the most current version for Azure SDK is 1.8. What they mean is the Azure Storage Client Library, which has versions 1.7 and 2.x. Whereas version 2.x is recommended one to use and comes with Azure SDK 1.8. So, do not search for Azure SDK 2.0, install the latest one, which is 1.8. And by the way, use the Nuget Package Manager to install the Azure Storage Library v. 2.0.x.

提交回复
热议问题