简体   繁体   English

Azure Logic应用步骤失败,错误为“ BadRequest。 Http请求失败:超时已到”

[英]Azure Logic App Step Fails with error “BadRequest. Http request failed: the timeout was reached”

I have a long running azure function that an API call in a loop. 我有一个运行时间很长的azure函数,该函数在循环中调用API。 I see that the logic step fails with the error "BadRequest. Http request failed: the timeout was reached" . 我看到逻辑步骤失败,并显示错误“ BadRequest。Http请求失败:已达到超时”。 What could be the reason behind it and how can we resolve it? 背后的原因可能是什么?我们如何解决?

In Logic App HTTP Request Max Timeout is 120 sec . 在Logic App中,HTTP请求的最大超时为120秒 so if your azure function response time is gether than 120 sec then this error will come.. 因此,如果您的天蓝色函数响应时间小于120秒,则将出现此错误。

在此处输入图片说明

please find more details in this link related to limitation of azure logic app 请在此链接中找到与天蓝色逻辑应用程序的限制有关的更多详细信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Getting Error in Azure Logic Apps in HTTP POST:- "BadRequest. Http request failed: the content was not a valid JSON." - Getting Error in Azure Logic Apps in HTTP POST :- "BadRequest. Http request failed: the content was not a valid JSON." Azure Logic应用程序SMTP连接器{“代码”:“ BadRequest”,“消息”:“ Http请求失败:超时。”} - Azure Logic Apps SMTP Connector {“code”:“BadRequest”,“message”:“Http request failed: the timeout was reached.”} Http请求失败:在Azure Logic App中达到超时 - Http request failed: the timeout was reached in Azure Logic App 天蓝色的逻辑应用程序和http步骤响应 - azure logic app & http step response Azure 逻辑应用 HTTP 操作授权失败 - Azure Logic App HTTP action authorization fails Azure逻辑应用程序HTTP请求500 - Azure Logic App HTTP request 500 在 Azure 逻辑应用程序中执行存储过程因网关超时而失败 - Execute stored procedure within Azure Logic App fails with Gateway Timeout Azure Logic App,使用 DevOps 部署,第一步“当收到 HTTP 请求时”,如何获取 URL 作为输出变量 - Azure Logic App, deployed using DevOps, first step "When a HTTP request is received", how to get the URL as output variable 在 HTTP 失败时收到通知(Azure Logic App) - Getting notification when HTTP Fails (Azure Logic App) Azure Logic应用-从http请求接收文件 - Azure Logic App - Receive file from http request
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM