Closed AzureDev0012 closed 4 days ago
@ccastrotrejo can you please tag some one to this issue
Hey @AzureDev0012 Same as this other ticket https://github.com/Azure/logicapps/issues/1167, there is a team that watches and triage backend issues, please if you need more direct interaction or prompt response, I would advise opening a ticket with support.
This issue is stale because it has been open for 45 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Describe the Bug
I configured the SQL Query Execute Action in Logic App Workflow and added the "ServiceProviders.Sql.QueryTimeout" :"00:03:00" in Configuration setting , but no luck on Timeout increase and added the same in host.json file but facing the same issue Gateway Time Out.
And I am using node version of 18
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Created a workflow and added the SQL Query Execute Action then created SQL connection using Managed Identity. if the query is less than 2 mins no issues. if it crosses more than 2 mins, getting Gateway time Out issue.
Workflow JSON
Screenshots or Videos
No response
Additional context
added the below value in App setting
{ "name": "ServiceProviders.Sql.QueryTimeout", "value": "00:05:00", "slotSetting": false }