Azure StorageEmulatorで「Server encountered an internal error please try again after some time」が発生した時の対応


事象

AzureStorageEmulatorを下記のコマンドで起動。

AzureStorageEmulator.exe start 

起動していることを確認。

>AzureStorageEmulator.exe status

Windows Azure Storage Emulator 5.10.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/

AzureStorageExplorerから起動したストレージエミュレータにアクセスすると、下記の文言が表示され正常にアクセスできない。
「Server encountered an internal error please try again after some time」

原因

わかりませんでした。。
AzureStorageEmulatorに問題があるようですが、問題の特定に至りませんでした。

対策

Microsoftが提供している別のストレージエミュレータ「Azurite」を使用する。

Azuriteを使用してストレージエミュレータを起動すると、ローカルストレージに正常にアクセスすることができました。
(エラーメッセージもうちょい具体的に書いてほしい。。。)