Azure Custom Vision and Computer Vision Timeout Period

Preetham Johnson Vedala 0 Reputation points
2026-07-08T09:47:34.04+00:00

How long does the connection to custom vision and computer vision service stay warm before it kickstarts a new cold connection

Azure Vision in Foundry Tools

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 23,975 Reputation points MVP Volunteer Moderator
    2026-07-09T07:18:42.8933333+00:00

    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/

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.