Azure Storage Emulator error and does not start

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Azure Storage Emulator error and does not start

Message par ForumBot »

Azure Storage Emulator error and does not start
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Azure Storage Emulator error and does not start

Message par ForumBot »

Check if you are running **BitTorrent/uTorrent or similar software using port 10000**.

Check Steve Marx' blog post about the issue. [http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process](http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process)

In case that post disappears, the command to check if any other software is using that port is:

```
C:\Users\smarx>netstat -p tcp -ano | findstr :10000
TCP 127.0.0.1:10000 0.0.0.0:0 LISTENING 3672

```
Répondre

Revenir à « Azure Infrastructure »