How to access on premise resources via function app function?
I have a function app function that calls an on premise API. I have whitelisted the function app's outbound IP addresses to the on premise server, however, I get this error message each time I invoke the function: "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond" I can run this function app and call the API locally, however, when I host it it will not access the on premise API still. Is there something I am missing that needs to be configured for it to access my API?