I am getting an error in APIM - ClientConnectionFailure: at forward-request. I am sure that it is a timeout error. In the trace logs when I increase the timeout to 60s, I am getting a proper response. As soon as I decrease this timeout to 30s, I get an error.
However, I have updated the forward-request timeout in the impacted API, using
<backend>
<forward-request timeout="60" />
</backend>
Still I am getting a ClientConnectionFailure: at forward-request. In the app insights I can see the duration to still be 30s.
I have updated the forward-request timeout in the impacted API, using
<backend>
<forward-request timeout="60" />
</backend>```
I was expecting that the issue resolves but still getting an error. I have tried the solution provided in existing links in stackoverflow but no solution yet.