How to access on premise resources via function app function?

Dustin Chavez 0 Reputation points
2025-08-22T19:25:17.2433333+00:00

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?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.