A community member has associated this post with a similar question:
function app does not connect when deployed to a new environment
Only moderators can edit this content.
function not working after migration to production environment
We created an Azure Function App and we want to use VNet integration so it can connect to our SQL servers inside its virtual network.
We successfully created a UAT version of this (using dev resource group, vnet...) and everything works fine. However, when we created a production version of the Function App it would not connect.
- Once we enable VNet Integration, the Function App becomes unreachable externally
The public endpoint immediately returns “Service Unavailable”.
Even simple HTTP triggers (e.g., StartRun) fail to respond.
- Disabling VNet Integration, the Function App works, but
We have to open the SQL port
Whitelisting PossibleOutboundIPAddress did not work
- UAT version works — Production version does not
The UAT Function App, running in a different VNet (Tech_Development), works both externally and with SQL.
When we replicate the same setup in Production, it fails once VNet Integration is enabled
Azure Functions
1 answer
Sort by: Most helpful
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more