Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,171 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have one simple API to get data from SQL database. However, we faced some timeout errors as below.
The SQLTimeout is set 180s (3mins) but it throws errors even the SQL calls successfully.
The strange thing is the errors' duration is always 60s and 2 mins.
I read all Q&A related to forward-request error.
I checked all back-end functions, API policies, Function App but no timeout settings. We used the default timeout and it should be 300s for APIM.
We do not use Azure Load Balancer, Firewall, VM...
My question is:
Thanks.