hi Preetham Johnson Vedala & thx for sharing urs issue here at Q&A portal,
there isn't a documented 'warm connection' timeout for either Azure AI Vision (Computer Vision) or Custom Vision. These are managed services, and Microsoft doesn't publish how long backend instances stay warm or when a request will hit a cold path. The warm/cold behavior is an implementation detail and can vary over time. If you're seeing occasional higher latency, it's usually better to measure it rather than assume a fixed timeout. Things like region, model loading, autoscaling, and transient platform conditions can all affect the first request.
If u're asking because you need predictable latency, a common approach is to send a lightweight request periodically and monitor the response times. Just keep in mind Microsoft doesn't guarantee that this will keep a specific backend instance 'warm.'
I'd be interested to know if anyone from the product team can confirm whether there is any documented warm-instance timeout for Azure AI Vision services, but as far as I'm aware, that information isn't publicly documented.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/