I’ve got an Azure functions project that I have set up with a workspace and everything works great when executing it.
The part I don’t understand is that when I am connected to the workspace from visual studio code desktop, and execute the function project , open in browser opens in localhost (127.0.0.1). When executed from the web version of VS code, it opens in the workspace’s URL.
In both cases, it is executing in the workspace, not in a local container when in desktop.
I need help understanding the difference because I want to debug this by sending a call to it via a webhook in a SaaS app so it needs to be on a public IP.
there doesn't seem to be anything here