cognitiveservices.azure.com Computer Vision OCR Service is Down

Shreyansh Anand 0 Reputation points
2025-03-03T17:02:18.19+00:00

I was using the endpoint <my service>.cognitiveservices.azure.com //vision/v3.2/read/analyze?language=en&detectOrientation=true&pages=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10 for over 2 years now and everything was going great until about 15 minutes ago when it completely crashed and I am getting the following error:

Max retries exceeded with url: //vision/v3.2/read/analyze?language=en&detectOrientation=true&pages=1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f383c169d60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

Please help!

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
411 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kothapally Snigdha 2,420 Reputation points Microsoft External Staff
    2025-03-04T22:46:23.3933333+00:00

    Hi Shreyansh Anand,

    I understand that you're encountering a network-related issue with the Azure Cognitive Services

    Here are some steps you can take to troubleshoot the issue:

    1. Ensure that your network connection is stable and there are no interruptions.
    2. Verify that your DNS settings are correctly configured and that your system can resolve the endpoint's domain name.
    3. Implement a retry mechanism in your code to handle temporary network issues. You can use exponential backoff to avoid overwhelming the server with repeated requests.
    4. Check the Azure Service Health page to see if there are any ongoing issues with the Azure Cognitive Services in your region. https://portal.azure.com/#view/Microsoft_Azure_Health/AzureHealthBrowseBlade/~/serviceIssues

    I hope these helps you. Thank you!

    0 comments No comments

Your answer

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