The Timeout has no effect: it's not part of the HttpClient configuration.
So it stays the default of 100 seconds, regardless which timeout setting you apply to your HttpClient.
To correct this, remove the Timeout property from the HttpClient and use the ActivityTimeout in HttpRequest like this:
Currently, we have something like this generated by default by the Guidance:
The
Timeout
has no effect: it's not part of theHttpClient
configuration. So it stays the default of 100 seconds, regardless which timeout setting you apply to your HttpClient.To correct this, remove the
Timeout
property from theHttpClient
and use theActivityTimeout
inHttpRequest
like this:Reference: https://microsoft.github.io/reverse-proxy/articles/http-client-config.html#httprequest