我在服务器中使用 TFS 一个 azure 应用程序,我发现了这个错误,从那时起我无法解决这个问题,
Microsoft Azure Tools: Failed to initialize Microsoft Azure storage emulator. Port conflict with existing application.
任何人都可以帮我提供解决此问题的步骤。
我在服务器中使用 TFS 一个 azure 应用程序,我发现了这个错误,从那时起我无法解决这个问题,
Microsoft Azure Tools: Failed to initialize Microsoft Azure storage emulator. Port conflict with existing application.
任何人都可以帮我提供解决此问题的步骤。
默认情况下,Azure 存储模拟器分别为Blob 、队列和表服务使用端口号10000、10001、10002 。
如果您有使用这些端口号的现有应用程序并且无法更改,您可以通过更改 Azure 存储模拟器默认端口号来解决端口冲突,以避免端口冲突,步骤如下:
C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator
AzureStorageEmulator.exe.config
文件进行编辑您应该期望 Azure 存储模拟器成功启动而不会发生任何端口冲突。
希望能帮助到你!
我已经重新安装了 VS Update 5 并再次尝试,它现在工作正常。
需要注意的几点是:
我已经重新安装了 Visual Studio Update5 并重新启动了我的系统,它现在对我有用。