Nghia Song - Technical Consultant
Error:
Microsoft.WindowsAzure.Storage.StorageException: Unable to connect to the remote server —> System.Net.WebException: Unable to connect to the remote server —> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it.
Solution:
- On OneBox VM, run command prompt as administrator.
- Navigate to “C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator\”
- Run “AzureStorageEmulator.exe Init”
- Run “AzureStorageEmulator.exe start”
Thanks for reading.Nghia Song