Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nodejs Http-trigger function with timeout issue when adding the VNet integration with default setting #2547

Open
nusliew opened this issue Oct 1, 2024 · 1 comment
Assignees
Labels

Comments

@nusliew
Copy link

nusliew commented Oct 1, 2024

Issue: Nodejs Http-trigger function with timeout issue when adding the VNet integration with default setting

Reproducing steps:
1.Create nodejs Http-trigger function in local and test without issue. (code is sample code, created by default)
2.Create nodejs (version 18) function app with EP1 plan. (OS: Windows)
Appsetting created by default as well.
image
image

3.Add VNet integration in this function app. (VNet is created via Portal by default setting without any custom configuration)
image
image

4.Use VS code to deploy nodejs function to Azure Function created by steps#2
The status of httpTrigger function is Enabled in Portal.
image

5.Invoke Http-trigger function URL, then getting timeout issue.
image

If disabling VNet integration, the Http-trigger function is back to normal.
image

The issue can be reproduced always once the VNet integration is enabled.

[ASK]
May I know how to mitigate the issue?

@nusliew nusliew added the bug label Oct 1, 2024
@bhagyshricompany bhagyshricompany self-assigned this Oct 1, 2024
@bhagyshricompany
Copy link

bhagyshricompany commented Oct 1, 2024

Hi @nusliew Thanks for updating Ensure that the VNet/subnet where your Function App is integrated allows outbound traffic to the required destinations.https://learn.microsoft.com/en-us/azure/azure-functions/functions-infrastructure-as-code?tabs=bicep%2Cwindows%2Cdevops&pivots=consumption-plan#outbound-ip-addresses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants