c# - Microsoft.WindowsAzure.Storage update to V8.2.1.0 has broken my code -
i've created webjob places items in queue, process worked until updated microsoft.windowsazure.storage v8.2.1.0 , i'm getting error
'invalid storage account 'devstoreaccount1'. please make sure credentials correct.'
it working until update, known issue ? whats fix ?
according article, find:
the client library uses particular storage service version. in order use storage client library storage emulator, corresponding minimum version of azure storage emulator must used. older versions of storage emulator not have necessary code respond new requests. currently, minimum version of azure storage emulator needed library 5.4. if encounter versionnotsupportedbyemulator (400 bad request) error, please update storage emulator.
but have downloaded storage emulator page. storage emulator version 5.1.
so suggest firstly create feed @ site , wait storage emulator team update version.
currently, if want use storage emulator test, suggest use version below 8.2.0.
Comments
Post a Comment