“An attempt was made to access a socket in a way forbidden by its access permissions” when accessing localhost from inside an Azure Function
问题 Disclaimer : It's a cliche but it works on my machine(!) Context : Http Triggered Azure Function App Running on Windows With a "Free Tier" option. Details : I have an Azure Function App that host and runs a JAR file that spins up a Grizzly server which basically serves a JAVA app hosted in localhost:8080 The function app manages to start up the JAVA app by simply using. The JAVA app is called Open Trip Planner and it runs in a Grizzly server. Process.Start(javaPath, "<<JAR OPTIONS HERE>>");