An Azure service that provides a hybrid, multi-cloud management platform for APIs.
You can try updating the timeout by updating the Forward request policy with timeout interval by increasing the timeout to 8-10 minutes (60*10) as mentioned below
[https://learn.microsoft.com/en-us/azure/api-management/forward-request-policy](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fazure%2Fapi-management%2Fforward-request-policy&data=05%7C02%7Cshaitiwari%40microsoft.com%7C83c23edc00234a31bf2208dc6f8656da%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638507870024862692%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=erVlEo5da1aVmKvC4e6PNUvC4wWQVLIrf1Aj6x2q1a8%3D&reserved=0"Original URL: https://learn.microsoft.com/en-us/azure/api-management/forward-request-policy. Click or tap if you trust this link.")
However sometimes it may not be honored because the underlying network infrastructure can drop idle connections after 240 seconds. If you don't need to wait for the LogicApp response use, send-one-way-request policy, it sends the provided request to the specified URL without waiting for a response.