I have azure api management instance which contains one operation which has backend call to azure function. I am facing issue that client who is calling my apim endpoint receiving 500 error due to timeout at forward-request (after 30 sec), but at the backend processing continues and records are created in backend.
So in this situation client think record is not created but actually its created.
1. What is the default timeout for APIM as documentation shows 300 seconds whereas it also states 240 as max timeout? So this is misleading
2. Backend processing doesn't stop so is this expected that apim is returning timeout error?