visual studio – Azurite: trouble using local development tools while using Azure Functions


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

enter image description here

There doesn’t seem to be much wrong with that…

When I run my Azure Function code, I am getting this :

enter image description here

This doesn’t look healthy.

Also in my Service dependencies in Visual Studio I am getting this :

enter image description here

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

enter image description here

Leave a Reply

Your email address will not be published. Required fields are marked *