错误如下:

【原创】关于Azure Storage Simulator 不能启动的问题

解决方法,

AzureStorageEmulator.exe.config (配置文件)找到如下配置

<services>
<service name="Blob" url="http://127.0.0.1:10000/"/>
<service name="Queue" url="http://127.0.0.1:10001/"/>
<service name="Table" url="http://127.0.0.1:10002/"/>
</services>

查看这三个端口号是否被占用 (结合我这篇博客 《如何解决端口号被占用问题》):

发现10000被一个叫做YunDetectService.exe的程序所占用,一查是 ”百度网盘“的相关服务,果断杀进程,bingo!

 

相关文章:

  • 2021-09-26
  • 2021-04-30
  • 2021-10-11
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-07-27
猜你喜欢
  • 2021-06-27
  • 2022-12-23
  • 2021-05-11
  • 2022-01-25
  • 2022-01-02
  • 2021-12-18
  • 2021-04-02
相关资源
相似解决方案