[BUG] Latest Storage SDK does not work with Azure Storage Emulator 5.9
See original GitHub issueDescribe the bug
Recently installed Microsoft.Azure.Storage.Blob
NuGet 11.0.0
https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/
The Storage Emulator locally version 5.9 (latest, have even re-installed).
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator>AzureStorageEmulator.exe status
Windows Azure Storage Emulator 5.9.0.0 command line tool
IsRunning: True
BlobEndpoint: http://127.0.0.1:10000/
QueueEndpoint: http://127.0.0.1:10001/
TableEndpoint: http://127.0.0.1:10002/
Exception or Stack Trace
Microsoft.Azure.Storage.StorageException: Storage Exception (Request Id: 117143b0-1cef-400f-8e9c-2c9470c989e6): {"ErrorCode":"VersionNotSupportedByEmulator","ErrorMessage":"The REST version of this request is not supported by this release of the Storage Emulator. Please upgrade the storage emulator to the latest version. Refer to the following URL for more information: http://go.microsoft.com/fwlink/?LinkId=392237\nRequestId:117143b0-1cef-400f-8e9c-2c9470c989e6\nTime:2019-08-08T06:52:00.3785996Z","AdditionalDetails":{"VersionAttempted":"2019-02-02"}} ---> Microsoft.Azure.Storage.StorageException: The REST version of this request is not supported by this release of the Storage Emulator. Please upgrade the storage emulator to the latest version. Refer to the following URL for more information: http://go.microsoft.com/fwlink/?LinkId=392237
To Reproduce Try using Storage Emulator with latest SDK.
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (7 by maintainers)
Top Results From Across the Web
Use the Azure Storage Emulator for development and ...
The Microsoft Azure Storage Emulator is a tool that emulates the Azure Blob, Queue, and Table services for local development purposes.
Read more >Azure Storage Emulator being discontinued - Guy Barrette
The Azure Storage Emulator is part of the Azure SDK and the latest version is 5.9. There's no plan for further updates. The...
Read more >@azure/storage-blob not compatible with latest ...
I downloaded the storage emulator and uploaded a blob inside a storage emulator container with Storage explorer and later downloaded it with ...
Read more >Fixing Azure Functions and Azure Storage Emulator 5.8 issue
So you've updated Azure Functions to the latest version (2.X at the time of writing this), and nothing starts anymore.
Read more >I can't start the Azure Storage Emulator
Problem : When I try to start or init the Azure Storage Emulator it fails to start. C:\Program Files (x86)\Microsoft SDKs\Azure\Storage ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@amishra-dev I’m confused, isn’t Storage Emulator part of Visual Studio lifecycle? You can’t just kill it with no notice right?
Azurite just supports blob storage only, so we still need the Storage Emulator for Table and Queue storage. So is it only the Blob portion of Azure Storage Emulator that is being retired or the whole emulator? Is there an official announcement that you folks in MS are going to be making around this issue, because this is going to cause a lot of trouble for a lot of people.