Dll error while importing and exporting

Hi All,

I have use this(NuGet Gallery | WindowsAzure.Storage 9.3.3) nuget package dll into my unity folder for accessing the my azure table and the data.
But unfortunetly this is is causing the issue like not load dll.
The page it was mentioned the dll is depricated and i cant find other dll which will replace this.
Is there any way i can sole this issue and get any new dll which will work with unity?

As of a week or so ago I saw a question here about some Azure DLL thingy having runtime issues.

The final analysis was that Unity does not implement critical parts of the HTTP stack that it needed. I think perhaps it was the MaxConnectionsPerServer method that was not implemented

The final summary of that thread was to just use the REST API directly, or else find a Unity-compatible DLL wrapper.

Disclaimer: I was not directly involved in the problem and I have not used Azure, but I’ve seen many such issues and had to work around them.