I am using Azurite for local storage for my azure functions (While developing locally). It doesn’t seem to be working on one of my machines.
local setttings.json
There doesn’t seem to be much wrong with that…
When I run my Azure Function code, I am getting this :
This doesn’t look healthy.
Also in my Service dependencies in Visual Studio I am getting this :
I know it cannot re-run Azurite if it is already running but the error is different that case. I cannot seem to get any of my functions running.
Although if I use another machine then it works fine and everything is good – so it’s machine dependent I think. Is there any command line in Windows to check what’s on these ports to see if there is anything already there ? I have done that earlier though and I cannot see anything.
Also got this error when I first tried to start my function



